Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Remove NOTRAILERS from IFFBITS.
details: https://anonhg.NetBSD.org/src/rev/228b31fe4fd2
branches: trunk
changeset: 996586:228b31fe4fd2
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Feb 05 06:43:20 2019 +0000
description:
Remove NOTRAILERS from IFFBITS.
diffstat:
sys/net/if.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a5d59eba045b -r 228b31fe4fd2 sys/net/if.h
--- a/sys/net/if.h Tue Feb 05 06:17:00 2019 +0000
+++ b/sys/net/if.h Tue Feb 05 06:43:20 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if.h,v 1.267 2019/02/05 06:17:03 msaitoh Exp $ */
+/* $NetBSD: if.h,v 1.268 2019/02/05 06:43:20 msaitoh Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -572,7 +572,7 @@
#endif /* _KERNEL */
#define IFFBITS \
- "\020\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT\6NOTRAILERS" \
+ "\020\1UP\2BROADCAST\3DEBUG\4LOOPBACK\5POINTOPOINT" \
"\7RUNNING\10NOARP\11PROMISC\12ALLMULTI\13OACTIVE\14SIMPLEX" \
"\15LINK0\16LINK1\17LINK2\20MULTICAST"
Home |
Main Index |
Thread Index |
Old Index