patch-2.1.36 linux/net/bridge/br.c
Next file: linux/net/core/dev.c
Previous file: linux/mm/swap.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Tue Apr 22 22:46:27 1997
- Orig file:
v2.1.35/linux/net/bridge/br.c
- Orig date:
Thu Mar 27 14:40:14 1997
diff -u --recursive --new-file v2.1.35/linux/net/bridge/br.c linux/net/bridge/br.c
@@ -42,6 +42,7 @@
#include <linux/string.h>
#include <linux/skbuff.h>
#include <linux/if_arp.h>
+#include <linux/init.h>
#include <asm/uaccess.h>
#include <asm/system.h>
#include <net/br.h>
@@ -699,7 +700,7 @@
} /* (4.6.1.2.3) */
}
-void br_init(void)
+__initfunc(void br_init(void))
{ /* (4.8.1) */
int port_no;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov