mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
374 B

  1. --- ./rtc_linux.c.orig 2005-02-19 11:15:40.446867160 +0100
  2. +++ ./rtc_linux.c 2005-02-19 11:17:00.238736952 +0100
  3. @@ -44,7 +44,8 @@
  4. #include <sys/types.h>
  5. #ifdef HAS_SPINLOCK_H
  6. -#include <linux/spinlock.h>
  7. +// #include <linux/spinlock.h>
  8. +typedef int spinlock_t;
  9. #else
  10. /* Include dummy definition of spinlock_t to cope with earlier kernels. */
  11. typedef int spinlock_t;