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/pci/if_ipw.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/pci/if_ipw.c')
-rw-r--r-- | sys/dev/pci/if_ipw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ipw.c b/sys/dev/pci/if_ipw.c index 4400755118a..fa131e7d59a 100644 --- a/sys/dev/pci/if_ipw.c +++ b/sys/dev/pci/if_ipw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ipw.c,v 1.85 2009/03/29 21:53:52 sthen Exp $ */ +/* $OpenBSD: if_ipw.c,v 1.86 2010/04/20 22:05:43 tedu Exp $ */ /*- * Copyright (c) 2004-2008 @@ -25,7 +25,6 @@ #include <sys/param.h> #include <sys/sockio.h> -#include <sys/sysctl.h> #include <sys/workq.h> #include <sys/mbuf.h> #include <sys/kernel.h> |