From 234ef116d975fedba5bd998e69fa71d6a1c0542b Mon Sep 17 00:00:00 2001 From: wollman Date: Fri, 13 Oct 1995 19:48:06 +0000 Subject: Say goodbye to IFF_NOTRAILERS. Support for trailers was officially dropped for 4.4, but for some reason this flag lived on. (Until today, that is.) --- sys/net/if.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net/if.h') diff --git a/sys/net/if.h b/sys/net/if.h index f1e634b..46e5213 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if.h 8.1 (Berkeley) 6/10/93 - * $Id: if.h,v 1.21 1995/08/30 00:33:17 bde Exp $ + * $Id: if.h,v 1.22 1995/08/31 15:21:31 wollman Exp $ */ #ifndef _NET_IF_H_ @@ -179,7 +179,7 @@ struct ifnet { #define IFF_DEBUG 0x4 /* turn on debugging */ #define IFF_LOOPBACK 0x8 /* is a loopback net */ #define IFF_POINTOPOINT 0x10 /* interface is point-to-point link */ -#define IFF_NOTRAILERS 0x20 /* avoid use of trailers */ +/*#define IFF_NOTRAILERS 0x20 * obsolete: avoid use of trailers */ #define IFF_RUNNING 0x40 /* resources allocated */ #define IFF_NOARP 0x80 /* no address resolution protocol */ #define IFF_PROMISC 0x100 /* receive all packets */ -- cgit v1.1