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

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



Author: aurel32
Date: 2009-10-22 05:30:38 +0000 (Thu, 22 Oct 2009)
New Revision: 3888

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/any/submitted-missing-etc-hosts.diff
Log:
  * patches/any/submitted-missing-etc-hosts.diff: return HOST_NOT_FOUND
    instead of NO_DATA.  Closes: #551622, #551760, #551879.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-10-20 22:59:28 UTC (rev 3887)
+++ glibc-package/trunk/debian/changelog	2009-10-22 05:30:38 UTC (rev 3888)
@@ -8,8 +8,12 @@
   * patches/hurd-i386/local-bigmem.diff: New patch to fix dl.so crash when
     running on GNU Mach with VM_MAX_ADDRESS < 0xc0000000.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sun, 18 Oct 2009 18:35:20 +0200
+  [ Aurelien Jarno ]
+  * patches/any/submitted-missing-etc-hosts.diff: return HOST_NOT_FOUND
+    instead of NO_DATA.  Closes: #551622, #551760, #551879.
 
+ -- Aurelien Jarno <aurel32@debian.org>  Thu, 22 Oct 2009 07:30:23 +0200
+
 eglibc (2.10.1-1) unstable; urgency=low
 
   [ Aurelien Jarno ]

Modified: glibc-package/trunk/debian/patches/any/submitted-missing-etc-hosts.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/submitted-missing-etc-hosts.diff	2009-10-20 22:59:28 UTC (rev 3887)
+++ glibc-package/trunk/debian/patches/any/submitted-missing-etc-hosts.diff	2009-10-22 05:30:38 UTC (rev 3888)
@@ -13,7 +13,7 @@
 +  else
 +    {
 +      *errnop = errno;
-+      *herrnop = NO_DATA;
++      *herrnop = HOST_NOT_FOUND;
 +    }
  
    __libc_lock_unlock (lock);


Reply to: