]> git.pld-linux.org Git - packages/apmd.git/blob - apmd-spinlock.patch
- bump to release 12, Epoch: 1 (for allow upgrade from RH),
[packages/apmd.git] / apmd-spinlock.patch
1 diff -Naur apmd.orig/apmsleep.c apmd/apmsleep.c
2 --- apmd.orig/apmsleep.c        Fri May 11 22:30:08 2001
3 +++ apmd/apmsleep.c     Sat Jun 15 18:39:08 2002
4 @@ -45,9 +45,12 @@
5  #include <stdio.h>
6  #include <linux/version.h>
7  
8 -#if LINUX_VERSION_CODE > KERNEL_VERSION(2,2,0)
9 -#include <asm/spinlock.h>
10 -#endif
11 +/* 
12 + // fixme baby 
13 + #if LINUX_VERSION_CODE > KERNEL_VERSION(2,2,0)
14 + #include <asm/spinlock.h>
15 + #endif
16 +*/
17  
18  #include <linux/mc146818rtc.h>
19  #include <sys/ioctl.h>
This page took 0.935569 seconds and 3 git commands to generate.