patch-2.1.31 linux/arch/i386/kernel/time.c
Next file: linux/arch/i386/mm/ioremap.c
Previous file: linux/arch/i386/kernel/process.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Mon Mar 31 10:26:12 1997
-  Orig file: 
v2.1.30/linux/arch/i386/kernel/time.c
-  Orig date: 
Thu Mar 27 14:39:59 1997
diff -u --recursive --new-file v2.1.30/linux/arch/i386/kernel/time.c linux/arch/i386/kernel/time.c
@@ -245,7 +245,7 @@
 /*
  * this is only used if we have fast gettimeoffset:
  */
-void do_x86_get_fast_time(struct timeval * tv)
+static void do_x86_get_fast_time(struct timeval * tv)
 {
 	do_gettimeofday(tv);
 }
@@ -454,7 +454,7 @@
 	  )*60 + sec; /* finally seconds */
 }
 
-unsigned long get_cmos_time(void)
+static 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