patch-2.3.16 linux/net/sched/sch_api.c
Next file: linux/net/sched/sch_teql.c
Previous file: linux/net/sched/cls_api.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Thu Aug 26 14:09:23 1999
-  Orig file: 
v2.3.15/linux/net/sched/sch_api.c
-  Orig date: 
Thu Aug 26 13:05:46 1999
diff -u --recursive --new-file v2.3.15/linux/net/sched/sch_api.c linux/net/sched/sch_api.c
@@ -1089,7 +1089,7 @@
 #endif
 
 #if PSCHED_CLOCK_SOURCE == PSCHED_CPU
-__initfunc(int psched_calibrate_clock(void))
+int __init psched_calibrate_clock(void)
 {
 	psched_time_t stamp, stamp1;
 	struct timeval tv, tv1;
@@ -1128,7 +1128,7 @@
 }
 #endif
 
-__initfunc(int pktsched_init(void))
+int __init pktsched_init(void)
 {
 #ifdef CONFIG_RTNETLINK
 	struct rtnetlink_link *link_p;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)