]> git.pld-linux.org Git - packages/apmd.git/commitdiff
- a6b01955321d7ca36ce8ab0daff89231 apmd-spinlock.patch
authorspeedy <speedy@pld-linux.org>
Sun, 23 Jun 2002 10:49:38 +0000 (10:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apmd-spinlock.patch -> 1.1

apmd-spinlock.patch [new file with mode: 0644]

diff --git a/apmd-spinlock.patch b/apmd-spinlock.patch
new file mode 100644 (file)
index 0000000..4cbab62
--- /dev/null
@@ -0,0 +1,19 @@
+diff -Naur apmd.orig/apmsleep.c apmd/apmsleep.c
+--- apmd.orig/apmsleep.c       Fri May 11 22:30:08 2001
++++ apmd/apmsleep.c    Sat Jun 15 18:39:08 2002
+@@ -45,9 +45,12 @@
+ #include <stdio.h>
+ #include <linux/version.h>
+-#if LINUX_VERSION_CODE > KERNEL_VERSION(2,2,0)
+-#include <asm/spinlock.h>
+-#endif
++/* 
++ // fixme baby 
++ #if LINUX_VERSION_CODE > KERNEL_VERSION(2,2,0)
++ #include <asm/spinlock.h>
++ #endif
++*/
+ #include <linux/mc146818rtc.h>
+ #include <sys/ioctl.h>
This page took 0.078124 seconds and 4 git commands to generate.