Module Name: src
Committed By: msaitoh
Date: Tue Feb 5 06:43:20 UTC 2019
Modified Files:
src/sys/net: if.h
Log Message:
Remove NOTRAILERS from IFFBITS.
To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 src/sys/net/if.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/net/if.h
diff -u src/sys/net/if.h:1.267 src/sys/net/if.h:1.268
--- src/sys/net/if.h:1.267 Tue Feb 5 06:17:03 2019
+++ src/sys/net/if.h Tue Feb 5 06:43:20 2019
@@ -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 @@ if_is_link_state_changeable(struct ifnet
#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"