Author: aurel32 Date: 2009-07-11 10:53:51 +0000 (Sat, 11 Jul 2009) New Revision: 3605
Modified: glibc-package/branches/eglibc-2.10/debian/patches/kfreebsd/local-sysdeps-2.10.diff Log: Update kfreebsd/local-sysdeps-2.10.diff from glibc-bsd SVN. Modified: glibc-package/branches/eglibc-2.10/debian/patches/kfreebsd/local-sysdeps-2.10.diff =================================================================== --- glibc-package/branches/eglibc-2.10/debian/patches/kfreebsd/local-sysdeps-2.10.diff 2009-07-11 02:12:30 UTC (rev 3604) +++ glibc-package/branches/eglibc-2.10/debian/patches/kfreebsd/local-sysdeps-2.10.diff 2009-07-11 10:53:51 UTC (rev 3605) @@ -308,3 +308,14 @@ /* Neither process nor thread sporadic server interfaces is available. */ #define _POSIX_SPORADIC_SERVER -1 +--- a/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysconf.c ++++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysconf.c +@@ -36,7 +36,7 @@ + #if HP_TIMING_AVAIL + // XXX We can add here test for machines which cannot support a + // XXX usable TSC. +- return 200112L; ++ return 200809L; + #else + return -1; + #endif -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

