patch-2.1.32 linux/arch/i386/kernel/time.c
Next file: linux/arch/i386/kernel/traps.c
Previous file: linux/arch/i386/kernel/smp.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Thu Apr  3 10:13:39 1997
-  Orig file: 
v2.1.31/linux/arch/i386/kernel/time.c
-  Orig date: 
Fri Apr  4 08:52:17 1997
diff -u --recursive --new-file v2.1.31/linux/arch/i386/kernel/time.c linux/arch/i386/kernel/time.c
@@ -454,7 +454,8 @@
 	  )*60 + sec; /* finally seconds */
 }
 
-static unsigned long get_cmos_time(void)
+/* not static: needed by APM */
+unsigned long get_cmos_time(void)
 {
 	unsigned int year, mon, day, hour, min, sec;
 	int i;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov