Author: aurel32 Date: 2009-07-19 22:11:34 +0000 (Sun, 19 Jul 2009) New Revision: 3637
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff Log: * kfreebsd/local-sysdeps.diff: update to revision 2649 (from glibc-bsd). Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2009-07-19 21:11:15 UTC (rev 3636) +++ glibc-package/trunk/debian/changelog 2009-07-19 22:11:34 UTC (rev 3637) @@ -1,3 +1,9 @@ +eglibc (2.9-22) UNSTABLE; urgency=low + + * kfreebsd/local-sysdeps.diff: update to revision 2649 (from glibc-bsd). + + -- Aurelien Jarno <[email protected]> Mon, 20 Jul 2009 00:09:57 +0200 + eglibc (2.9-21) unstable; urgency=low [ Aurelien Jarno ] Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff =================================================================== --- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2009-07-19 21:11:15 UTC (rev 3636) +++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2009-07-19 22:11:34 UTC (rev 3637) @@ -1,3 +1,5 @@ +Binary files null/sysdeps/unix/bsd/bsd4.4/kfreebsd/.dl-sysdep.c.swp and b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/.dl-sysdep.c.swp differ +Binary files null/sysdeps/unix/bsd/bsd4.4/kfreebsd/.getsysstats.c.swp and b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/.getsysstats.c.swp differ --- /dev/null +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Dist @@ -0,0 +1,30 @@ @@ -142,7 +144,7 @@ + +ifeq ($(subdir),posix) +# For <unistd.h>. -+sysdep_routines += sys_access sys_getlogin sys_pread sys_freebsd6_pread sys_pwrite sys_freebsd6_pwrite sys_setlogin sys_read sys_write ++sysdep_routines += sys_getlogin sys_pread sys_freebsd6_pread sys_pwrite sys_freebsd6_pwrite sys_setlogin sys_read sys_write +# for <sched.h> +sysdep_routines += sys_cpuset_getaffinity sys_cpuset_setaffinity +endif @@ -9988,7 +9990,7 @@ +#define OFF_T off64_t +#include <getdirentries.c> --- /dev/null -+++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdomainname.c ++++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdomain.c @@ -0,0 +1,51 @@ +/* Copyright (C) 2009 Free Software Foundation, Inc. + This file is part of the GNU C Library. @@ -19409,7 +19411,7 @@ +weak_alias (__libc_sendto, __sendto) +weak_alias (__libc_sendto, sendto) --- /dev/null -+++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/setdomainname.c ++++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/setdomain.c @@ -0,0 +1,37 @@ +/* Copyright (C) 2002 Free Software Foundation, Inc. + This file is part of the GNU C Library. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

