diff options
author | 2010-04-20 22:05:41 +0000 | |
---|---|---|
committer | 2010-04-20 22:05:41 +0000 | |
commit | 9b074ffaba6c82e08722cbd87560a0334d22cc9f (patch) | |
tree | afa9a20d9795b601648c61a33fc2fca8e79185c4 /sys/dev/usb/if_uath.c | |
parent | fix trailing slashes in filenames behavior by *not* fixing it in systrace. (diff) | |
download | wireguard-openbsd-9b074ffaba6c82e08722cbd87560a0334d22cc9f.tar.xz wireguard-openbsd-9b074ffaba6c82e08722cbd87560a0334d22cc9f.zip |
remove proc.h include from uvm_map.h. This has far reaching effects, as
sysctl.h was reliant on this particular include, and many drivers included
sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed.
ok deraadt
Diffstat (limited to 'sys/dev/usb/if_uath.c')
-rw-r--r-- | sys/dev/usb/if_uath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c index e11c96bf04c..9cdbcda6640 100644 --- a/sys/dev/usb/if_uath.c +++ b/sys/dev/usb/if_uath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_uath.c,v 1.40 2009/10/13 19:33:17 pirofti Exp $ */ +/* $OpenBSD: if_uath.c,v 1.41 2010/04/20 22:05:43 tedu Exp $ */ /*- * Copyright (c) 2006 @@ -32,7 +32,6 @@ #include <sys/param.h> #include <sys/sockio.h> -#include <sys/sysctl.h> #include <sys/mbuf.h> #include <sys/kernel.h> #include <sys/socket.h> |