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

r3639 - in glibc-package/trunk/debian: . patches/kfreebsd



Author: ps-guest
Date: 2009-07-20 10:06:47 +0000 (Mon, 20 Jul 2009)
New Revision: 3639

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
kfreebsd/local-sysdeps.diff: update to revision 2653 (from glibc-bsd).



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-07-20 09:53:33 UTC (rev 3638)
+++ glibc-package/trunk/debian/changelog	2009-07-20 10:06:47 UTC (rev 3639)
@@ -1,6 +1,6 @@
 eglibc (2.9-22) UNSTABLE; urgency=low
 
-  * kfreebsd/local-sysdeps.diff: update to revision 2652 (from glibc-bsd).
+  * kfreebsd/local-sysdeps.diff: update to revision 2653 (from glibc-bsd).
 
  -- Aurelien Jarno <aurel32@debian.org>  Mon, 20 Jul 2009 11:53:15 +0200
 

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2009-07-20 09:53:33 UTC (rev 3638)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2009-07-20 10:06:47 UTC (rev 3639)
@@ -9970,7 +9970,7 @@
 +#include <getdirentries.c>
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdomain.c
-@@ -0,0 +1,51 @@
+@@ -0,0 +1,50 @@
 +/* Copyright (C) 2009 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
 +
@@ -9998,7 +9998,7 @@
 +   name and the terminator.  */
 +
 +int
-+__getdomainname (char *name, size_t len)
++getdomainname (char *name, size_t len)
 +{
 +  /* Fetch the "kern.domainname" sysctl value.  */
 +  int request[2] = { CTL_KERN, KERN_NISDOMAINNAME };
@@ -10020,8 +10020,7 @@
 +  name[result_len] = '\0';
 +  return 0;
 +}
-+
-+weak_alias (__getdomainname, getdomainname)
++libc_hidden_def (getdomainname)
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat.c
 @@ -0,0 +1,49 @@


Reply to: