summaryrefslogtreecommitdiffstats
path: root/sys/netiso/if_eon.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-22 11:58:41 +0000
committerderaadt <deraadt@openbsd.org>1996-05-22 11:58:41 +0000
commit403e97cc9b0949a4c2322a793ceadcff7c9b191f (patch)
tree58a8c2bc07f5ec8d6327b21216bd1f2aa2bd67fe /sys/netiso/if_eon.c
parentunload after last close (diff)
downloadwireguard-openbsd-403e97cc9b0949a4c2322a793ceadcff7c9b191f.tar.xz
wireguard-openbsd-403e97cc9b0949a4c2322a793ceadcff7c9b191f.zip
sync
Diffstat (limited to 'sys/netiso/if_eon.c')
-rw-r--r--sys/netiso/if_eon.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/netiso/if_eon.c b/sys/netiso/if_eon.c
index 223c79c8acc..8d6f6778da9 100644
--- a/sys/netiso/if_eon.c
+++ b/sys/netiso/if_eon.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: if_eon.c,v 1.4 1996/05/10 12:31:22 deraadt Exp $ */
-/* $NetBSD: if_eon.c,v 1.14 1996/05/07 02:45:10 thorpej Exp $ */
+/* $OpenBSD: if_eon.c,v 1.5 1996/05/22 12:02:42 deraadt Exp $ */
+/* $NetBSD: if_eon.c,v 1.15 1996/05/09 22:29:37 scottr Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -85,6 +85,8 @@ SOFTWARE.
#include <sys/errno.h>
#include <sys/types.h>
+#include <machine/cpu.h> /* XXX for setsoftnet(). This must die. */
+
#include <net/if.h>
#include <net/if_types.h>
#include <net/if_dl.h>