patch-2.4.0-prerelease linux/include/net/ax25.h
Next file: linux/include/net/sock.h
Previous file: linux/include/linux/zorro.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Sun Dec 31 11:10:52 2000
- Orig file:
v2.4.0-test12/linux/include/net/ax25.h
- Orig date:
Sun Nov 19 18:44:22 2000
diff -u --recursive --new-file v2.4.0-test12/linux/include/net/ax25.h linux/include/net/ax25.h
@@ -339,7 +339,12 @@
extern void ax25_uid_free(void);
/* sysctl_net_ax25.c */
+#ifdef CONFIG_SYSCTL
extern void ax25_register_sysctl(void);
extern void ax25_unregister_sysctl(void);
+#else
+extern inline void ax25_register_sysctl(void) {};
+extern inline void ax25_unregister_sysctl(void) {};
+#endif /* CONFIG_SYSCTL */
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)