patch-1.3.57 linux/include/net/route.h
Next file: linux/init/main.c
Previous file: linux/include/linux/timer.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Jan 9 12:26:53 1996
- Orig file:
v1.3.56/linux/include/net/route.h
- Orig date:
Fri Nov 17 08:42:29 1995
diff -u --recursive --new-file v1.3.56/linux/include/net/route.h linux/include/net/route.h
@@ -185,6 +185,9 @@
;
#endif
+#ifdef CONFIG_KERNELD
+extern struct rtable * ip_rt_route(__u32 daddr, int local);
+#else
extern __inline__ struct rtable * ip_rt_route(__u32 daddr, int local)
#ifndef MODULE
{
@@ -207,6 +210,7 @@
}
#else
;
+#endif
#endif
extern __inline__ struct rtable * ip_check_route(struct rtable ** rp,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this