diff options
author | 1999-04-22 20:02:41 +0000 | |
---|---|---|
committer | 1999-04-22 20:02:41 +0000 | |
commit | ad055a57a5f26cb35ec1f79e24ed9342aa8a1bc6 (patch) | |
tree | 3585cbbc2969feb63e0197a4b1fd97fb74994688 /sys/netiso/if_eon.c | |
parent | uvmspace_exec can change p_vmspace! (diff) | |
download | wireguard-openbsd-ad055a57a5f26cb35ec1f79e24ed9342aa8a1bc6.tar.xz wireguard-openbsd-ad055a57a5f26cb35ec1f79e24ed9342aa8a1bc6.zip |
we don't need to include buf.h
Diffstat (limited to 'sys/netiso/if_eon.c')
-rw-r--r-- | sys/netiso/if_eon.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netiso/if_eon.c b/sys/netiso/if_eon.c index 8d6f6778da9..5499d1ce1db 100644 --- a/sys/netiso/if_eon.c +++ b/sys/netiso/if_eon.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_eon.c,v 1.5 1996/05/22 12:02:42 deraadt Exp $ */ +/* $OpenBSD: if_eon.c,v 1.6 1999/04/22 20:02:44 art Exp $ */ /* $NetBSD: if_eon.c,v 1.15 1996/05/09 22:29:37 scottr Exp $ */ /*- @@ -78,7 +78,6 @@ SOFTWARE. #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> -#include <sys/buf.h> #include <sys/protosw.h> #include <sys/socket.h> #include <sys/ioctl.h> |