diff options
author | 2015-01-16 00:05:12 +0000 | |
---|---|---|
committer | 2015-01-16 00:05:12 +0000 | |
commit | 9b2ea7723bfa098cdd2496e40640166ae7e29611 (patch) | |
tree | a1440ae38f2afce4271e1777f587931fcddfa91d /usr.sbin/installboot/softraid.c | |
parent | first batch of programs adapting to the namespace cleanup (diff) | |
download | wireguard-openbsd-9b2ea7723bfa098cdd2496e40640166ae7e29611.tar.xz wireguard-openbsd-9b2ea7723bfa098cdd2496e40640166ae7e29611.zip |
first batch of cleanup to programs based upon the namespace cleanups
in net/pfvar.h sys/proc.h sys/ucred.h arpa/nameser.h
change to PATH_MAX, reduce use of MIN() and MAX(), HOST_NAME_MAX+1,
LOGIN_NAME_MAX, etc etc
ok millert guenther, some review by doug
Diffstat (limited to 'usr.sbin/installboot/softraid.c')
-rw-r--r-- | usr.sbin/installboot/softraid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/installboot/softraid.c b/usr.sbin/installboot/softraid.c index 41e755e2bc0..fecf425caf1 100644 --- a/usr.sbin/installboot/softraid.c +++ b/usr.sbin/installboot/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.2 2013/12/28 11:26:57 jsing Exp $ */ +/* $OpenBSD: softraid.c,v 1.3 2015/01/16 00:05:12 deraadt Exp $ */ /* * Copyright (c) 2012 Joel Sing <jsing@openbsd.org> * @@ -15,7 +15,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/param.h> #include <sys/dkio.h> #include <sys/ioctl.h> |