diff options
author | eivind <eivind@FreeBSD.org> | 1997-12-16 17:40:42 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1997-12-16 17:40:42 +0000 |
commit | 01dd6091edaa3e5d6ce972956bdaff5e8575d53f (patch) | |
tree | 30d706917922e49d5308c417216bcc9b328c78d3 /sys/net/if.c | |
parent | 4c20d2d2104257c955ec51a0f42f26e99f41cac5 (diff) | |
download | FreeBSD-src-01dd6091edaa3e5d6ce972956bdaff5e8575d53f.zip FreeBSD-src-01dd6091edaa3e5d6ce972956bdaff5e8575d53f.tar.gz |
Make COMPAT_43 and COMPAT_SUNOS new-style options.
Diffstat (limited to 'sys/net/if.c')
-rw-r--r-- | sys/net/if.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index 61f951b..665b90f 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -31,9 +31,11 @@ * SUCH DAMAGE. * * @(#)if.c 8.3 (Berkeley) 1/4/94 - * $Id: if.c,v 1.55 1997/10/12 20:25:09 phk Exp $ + * $Id: if.c,v 1.56 1997/10/28 15:58:30 bde Exp $ */ +#include "opt_compat.h" + #include <sys/param.h> #include <sys/malloc.h> #include <sys/mbuf.h> |