patch-2.4.1 linux/net/bridge/br_private.h
Next file: linux/net/core/netfilter.c
Previous file: linux/net/atm/lec.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Jan 22 13:30:21 2001
- Orig file:
v2.4.0/linux/net/bridge/br_private.h
- Orig date:
Mon Dec 11 13:32:21 2000
diff -u --recursive --new-file v2.4.0/linux/net/bridge/br_private.h linux/net/bridge/br_private.h
@@ -4,7 +4,7 @@
* Authors:
* Lennert Buytenhek <buytenh@gnu.org>
*
- * $Id: br_private.h,v 1.3 2000/05/05 02:17:17 davem Exp $
+ * $Id: br_private.h,v 1.4 2001/01/19 04:51:48 davem Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -112,8 +112,8 @@
int gc_interval;
};
-struct notifier_block br_device_notifier;
-unsigned char bridge_ula[6];
+extern struct notifier_block br_device_notifier;
+extern unsigned char bridge_ula[6];
/* br.c */
void br_dec_use_count(void);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)