From f56ccc71f9d5d564bdbed1946732a456f4a52a63 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 17 Jan 2010 11:58:41 +0100 Subject: updates Signed-off-by: Florian Pritz --- portbunny/timespec.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 portbunny/timespec.patch (limited to 'portbunny/timespec.patch') diff --git a/portbunny/timespec.patch b/portbunny/timespec.patch new file mode 100644 index 0000000..6ac01ae --- /dev/null +++ b/portbunny/timespec.patch @@ -0,0 +1,20 @@ +--- PortBunny050109-dev/timespec_utils.c 2008-10-26 08:41:32.000000000 +0100 ++++ PortBunny050109-dev/timespec_utils.c.new 2010-01-08 13:08:48.000000000 +0100 +@@ -53,7 +53,7 @@ + + + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16) +- ++#if false + void set_normalized_timespec(struct timespec *ts, time_t sec, long nsec) + { + while (nsec >= NSEC_PER_SEC) { +@@ -67,7 +67,7 @@ + ts->tv_sec = sec; + ts->tv_nsec = nsec; + } +- ++#endif + #endif + + -- cgit v1.2.3-24-g4f1b