patch-2.2.0-pre2 linux/net/wanrouter/wanmain.c
Next file: linux/CREDITS
Previous file: linux/net/sunrpc/xprt.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Dec 30 15:07:00 1998
- Orig file:
v2.2.0-pre1/linux/net/wanrouter/wanmain.c
- Orig date:
Mon Dec 28 15:00:53 1998
diff -u --recursive --new-file v2.2.0-pre1/linux/net/wanrouter/wanmain.c linux/net/wanrouter/wanmain.c
@@ -32,6 +32,7 @@
* kernel space (for big firmwares)
*****************************************************************************/
+#include <linux/config.h>
#include <linux/stddef.h> /* offsetof(), etc. */
#include <linux/errno.h> /* return codes */
#include <linux/kernel.h>
@@ -87,10 +88,8 @@
* Global Data
*/
-#ifdef MODULE
static char fullname[] = "WAN Router";
static char copyright[] = "(c) 1995-1997 Sangoma Technologies Inc.";
-#endif
static char modname[] = ROUTER_NAME; /* short module name */
wan_device_t * router_devlist = NULL; /* list of registered devices */
static int devcnt = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov