summaryrefslogtreecommitdiffstats
path: root/portbunny/timespec.patch
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /portbunny/timespec.patch
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'portbunny/timespec.patch')
-rw-r--r--portbunny/timespec.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/portbunny/timespec.patch b/portbunny/timespec.patch
deleted file mode 100644
index 6ac01ae..0000000
--- a/portbunny/timespec.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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
-
-