summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2011-07-09 00:47:19 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2011-07-09 00:47:19 +0000
commit0db3d0d8af1c885cf082f4cbc484006aadf0baf1 (patch)
tree256507b0a879a8e802adb77351a248b278a0d4ff /sys/arch
parent1791d2a4765ecc135e5955bc390ee0f45ff8689d (diff)
begone, fucking rotten appletalk shit. ok room
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/vax/vax/machdep.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c
index 409135d7051..d099567de42 100644
--- a/sys/arch/vax/vax/machdep.c
+++ b/sys/arch/vax/vax/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.118 2011/07/06 20:42:52 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.119 2011/07/09 00:47:18 henning Exp $ */
/* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */
/*
@@ -83,9 +83,6 @@
#include <netinet/in.h>
#include <netinet/ip_var.h>
#endif
-#ifdef NETATALK
-#include <netatalk/at_extern.h>
-#endif
#include "ppp.h" /* For NPPP */
#include "bridge.h" /* For NBRIDGE */
#if NPPP > 0