X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=cups%2Fthread.c;fp=cups%2Fthread.c;h=8c45252219d9514a67315db76e3f92b02aa5d2ef;hb=71f63681cba59bc6f33e1a1c018de44635538b47;hp=0f623298b3ac41238aed45d92ad0eae36341c709;hpb=61515785f7de12d8b2a29090020e684988f89977;p=thirdparty%2Fcups.git diff --git a/cups/thread.c b/cups/thread.c index 0f623298b..8c4525221 100644 --- a/cups/thread.c +++ b/cups/thread.c @@ -1,5 +1,5 @@ /* - * "$Id: thread.c 3794 2012-04-23 22:44:16Z msweet $" + * "$Id: thread.c 11642 2014-02-27 15:57:59Z msweet $" * * Threading primitives for CUPS. * @@ -11,6 +11,8 @@ * which should have been included with this file. If this file is * file is missing or damaged, see the license at "http://www.cups.org/". * + * This file is subject to the Apple OS-Developed Software exception. + * * Contents: * * _cupsMutexInit() - Initialize a mutex. @@ -332,5 +334,5 @@ _cupsThreadCreate( /* - * End of "$Id: thread.c 3794 2012-04-23 22:44:16Z msweet $". + * End of "$Id: thread.c 11642 2014-02-27 15:57:59Z msweet $". */