Author: ps-guest Date: 2009-11-19 13:10:41 +0000 (Thu, 19 Nov 2009) New Revision: 3990
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff Log: * kfreebsd/local-sysdeps.diff: update to revision 2855 (from glibc-bsd). Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2009-11-19 11:17:21 UTC (rev 3989) +++ glibc-package/trunk/debian/changelog 2009-11-19 13:10:41 UTC (rev 3990) @@ -22,7 +22,7 @@ * patches/hppa/local-stack-grows-up.diff: new version. [ Petr Salinger] - * kfreebsd/local-sysdeps.diff: update to revision 2854 (from glibc-bsd). + * kfreebsd/local-sysdeps.diff: update to revision 2855 (from glibc-bsd). -- Aurelien Jarno <[email protected]> Thu, 19 Nov 2009 11:50:25 +0100 Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff =================================================================== --- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2009-11-19 11:17:21 UTC (rev 3989) +++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2009-11-19 13:10:41 UTC (rev 3990) @@ -7151,7 +7151,7 @@ +#include <inet/check_pf.c> --- /dev/null +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_getres.c -@@ -0,0 +1,43 @@ +@@ -0,0 +1,42 @@ +/* Copyright (C) 2006 Free Software Foundation, Inc. + This file is part of the GNU C Library. + @@ -7186,7 +7186,6 @@ + case CLOCK_UPTIME_FAST: \ + case CLOCK_UPTIME_PRECISE: \ + case CLOCK_VIRTUAL: \ -+ case CLOCK_PROF: \ + case CLOCK_SECOND: \ + retval = INLINE_SYSCALL (clock_getres, 2, clock_id, res); \ + break @@ -7197,7 +7196,7 @@ +#include <sysdeps/posix/clock_getres.c> --- /dev/null +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_gettime.c -@@ -0,0 +1,43 @@ +@@ -0,0 +1,42 @@ +/* Copyright (C) 2006 Free Software Foundation, Inc. + This file is part of the GNU C Library. + @@ -7233,7 +7232,6 @@ + case CLOCK_UPTIME_FAST: \ + case CLOCK_UPTIME_PRECISE: \ + case CLOCK_VIRTUAL: \ -+ case CLOCK_PROF: \ + case CLOCK_SECOND: \ + retval = INLINE_SYSCALL (clock_gettime, 2, clock_id, tp); \ + break -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

