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

r1973 - in glibc-package/branches/glibc-2.5/debian: . patches patches/any



Author: aurel32
Date: 2007-02-12 02:49:20 +0100 (Mon, 12 Feb 2007)
New Revision: 1973

Added:
   glibc-package/branches/glibc-2.5/debian/patches/any/submitted-clock-settime.diff
Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/patches/series
Log:
  * any/submitted-clock-settime.diff: new patch (include <time.h> to get
    clockid_t).



Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog	2007-02-11 23:27:31 UTC (rev 1972)
+++ glibc-package/branches/glibc-2.5/debian/changelog	2007-02-12 01:49:20 UTC (rev 1973)
@@ -114,6 +114,8 @@
   * kfreebsd/local-amd64-dl-machine.diff: new patch from Petr Salinger (fix
     ld.so segfault on GNU/kFreeBSD amd64).
   * m68k/cvs-m68k-update.diff: new patch (bits from CVS).
+  * any/submitted-clock-settime.diff: new patch (include <time.h> to get
+    clockid_t).
 
   [ Denis Barbier ]
   * Remove localedata/locale-en_NZ.diff (merged upstream).

Added: glibc-package/branches/glibc-2.5/debian/patches/any/submitted-clock-settime.diff
===================================================================
--- glibc-package/branches/glibc-2.5/debian/patches/any/submitted-clock-settime.diff	2007-02-11 23:27:31 UTC (rev 1972)
+++ glibc-package/branches/glibc-2.5/debian/patches/any/submitted-clock-settime.diff	2007-02-12 01:49:20 UTC (rev 1973)
@@ -0,0 +1,12 @@
+http://sourceware.org/bugzilla/show_bug.cgi?id=4026
+
+--- sysdeps/unix/sysv/linux/clock_settime.c	2007-02-11 18:53:19.000000000 +0100
++++ sysdeps/unix/sysv/linux/clock_settime.c	2007-02-11 18:53:31.000000000 +0100
+@@ -18,6 +18,7 @@
+ 
+ #include <errno.h>
+ #include <sysdep.h>
++#include <time.h>
+ 
+ #include "kernel-posix-cpu-timers.h"
+ #include <kernel-features.h>

Modified: glibc-package/branches/glibc-2.5/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.5/debian/patches/series	2007-02-11 23:27:31 UTC (rev 1972)
+++ glibc-package/branches/glibc-2.5/debian/patches/series	2007-02-12 01:49:20 UTC (rev 1973)
@@ -128,4 +128,5 @@
 any/local-dynamic-resolvconf.diff -p1
 any/submitted-nis-netgrp.diff
 any/submitted-getcwd-sys_param_h.diff -p0
+any/submitted-clock-gettime.diff -p0
 any/submitted-argph.h.diff



Reply to: