[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4646 - in glibc-package/trunk/debian: . patches/any



Author: aurel32
Date: 2011-05-08 21:33:20 +0000 (Sun, 08 May 2011)
New Revision: 4646

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/any/local-bindresvport_blacklist.diff
Log:
  * patches/any/local-bindresvport_blacklist.diff: use feof_unlocked()
    instead of feof().



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2011-05-08 20:19:29 UTC (rev 4645)
+++ glibc-package/trunk/debian/changelog	2011-05-08 21:33:20 UTC (rev 4646)
@@ -2,6 +2,8 @@
 
   * patches/any/local-no-pagesize.diff: use __sysconf() instead of 
     sysconf().
+  * patches/any/local-bindresvport_blacklist.diff: use feof_unlocked()
+    instead of feof().
   * Add patches/any/cvs-resolv-tld.diff from upstream to fix resolution
     of unqualified domain names.
   * Add patches/any/cvs-sys-param-ARG_MAX.diff from upstream to fix

Modified: glibc-package/trunk/debian/patches/any/local-bindresvport_blacklist.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/local-bindresvport_blacklist.diff	2011-05-08 20:19:29 UTC (rev 4645)
+++ glibc-package/trunk/debian/patches/any/local-bindresvport_blacklist.diff	2011-05-08 21:33:20 UTC (rev 4646)
@@ -48,7 +48,7 @@
 +  if (NULL == fp)
 +    return;
 +
-+  while (!feof (fp))
++  while (!feof_unlocked (fp))
 +    {
 +      unsigned long port;
 +      char *tmp, *cp;


Reply to: