summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_url.c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2007-02-11 20:29:20 +0000
committermiod <miod@openbsd.org>2007-02-11 20:29:20 +0000
commite1459eb37be4d1f7b03ec7bc09c3dd142e5e817d (patch)
treeb9f6b04230f090f389e2b0b564ef7837adaef149 /sys/dev/usb/if_url.c
parentNuke MDFSTYPE and MDFSOPTS, 'mount -t ...' and giving the user the (diff)
downloadwireguard-openbsd-e1459eb37be4d1f7b03ec7bc09c3dd142e5e817d.tar.xz
wireguard-openbsd-e1459eb37be4d1f7b03ec7bc09c3dd142e5e817d.zip
Remove _KERNEL_OPT leftovers.
Diffstat (limited to 'sys/dev/usb/if_url.c')
-rw-r--r--sys/dev/usb/if_url.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/usb/if_url.c b/sys/dev/usb/if_url.c
index 9f7f5d5de26..301beb72621 100644
--- a/sys/dev/usb/if_url.c
+++ b/sys/dev/usb/if_url.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_url.c,v 1.33 2006/07/14 23:07:26 brad Exp $ */
+/* $OpenBSD: if_url.c,v 1.34 2007/02/11 20:29:22 miod Exp $ */
/* $NetBSD: if_url.c,v 1.6 2002/09/29 10:19:21 martin Exp $ */
/*
* Copyright (c) 2001, 2002
@@ -43,12 +43,6 @@
* powerhook() support?
*/
-#if defined(__NetBSD__)
-#include "opt_inet.h"
-#include "opt_ns.h"
-#include "rnd.h"
-#endif
-
#include "bpfilter.h"
#include <sys/param.h>