patch-2.1.76 linux/net/core/dev.c
Next file: linux/net/sunrpc/sched.c
Previous file: linux/net/Config.in
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Dec 23 14:49:37 1997
- Orig file:
v2.1.75/linux/net/core/dev.c
- Orig date:
Wed Dec 10 11:12:46 1997
diff -u --recursive --new-file v2.1.75/linux/net/core/dev.c linux/net/core/dev.c
@@ -1127,7 +1127,7 @@
if (dev->flags^old_flags) {
dev_mc_upload(dev);
printk(KERN_INFO "device %s %s promiscuous mode\n",
- dev->name, (dev->flags&IFF_PROMISC) ? "entered" : "leaved");
+ dev->name, (dev->flags&IFF_PROMISC) ? "entered" : "left");
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov