summaryrefslogtreecommitdiffstats
path: root/sys/net/if_sl.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-02-02 00:28:29 +0000
committerdillon <dillon@FreeBSD.org>1999-02-02 00:28:29 +0000
commitff5479f510d6a01535bfbfb3b28b1c6e34635b34 (patch)
tree0c149e168a433e6ae41f39c8535f247a252f5780 /sys/net/if_sl.c
parenta6b9e3e3ceaa3631fc787c4a28f8556862548613 (diff)
downloadFreeBSD-src-ff5479f510d6a01535bfbfb3b28b1c6e34635b34.zip
FreeBSD-src-ff5479f510d6a01535bfbfb3b28b1c6e34635b34.tar.gz
Get rid of IFF_BROADCAST from default IFF_ slip options. This accidently
snuck in during the big -Wall commit and wasn't supposed to be in there.
Diffstat (limited to 'sys/net/if_sl.c')
-rw-r--r--sys/net/if_sl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_sl.c b/sys/net/if_sl.c
index e1c6296..8667b06 100644
--- a/sys/net/if_sl.c
+++ b/sys/net/if_sl.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_sl.c 8.6 (Berkeley) 2/1/94
- * $Id: if_sl.c,v 1.71 1999/01/21 08:29:07 dillon Exp $
+ * $Id: if_sl.c,v 1.72 1999/01/27 22:42:14 dillon Exp $
*/
/*
@@ -222,7 +222,7 @@ slattach(dummy)
#ifdef SLIP_IFF_OPTS
SLIP_IFF_OPTS;
#else
- IFF_BROADCAST | IFF_POINTOPOINT | SC_AUTOCOMP | IFF_MULTICAST;
+ IFF_POINTOPOINT | SC_AUTOCOMP | IFF_MULTICAST;
#endif
sc->sc_if.if_type = IFT_SLIP;
sc->sc_if.if_ioctl = slioctl;
OpenPOWER on IntegriCloud