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/sparc64_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/sparc64_softraid.c')
-rw-r--r-- | usr.sbin/installboot/sparc64_softraid.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/installboot/sparc64_softraid.c b/usr.sbin/installboot/sparc64_softraid.c index 659d82f699c..76913985efb 100644 --- a/usr.sbin/installboot/sparc64_softraid.c +++ b/usr.sbin/installboot/sparc64_softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sparc64_softraid.c,v 1.1 2014/01/19 02:58:50 jsing Exp $ */ +/* $OpenBSD: sparc64_softraid.c,v 1.2 2015/01/16 00:05:12 deraadt Exp $ */ /* * Copyright (c) 2012 Joel Sing <jsing@openbsd.org> * @@ -15,7 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/param.h> +#include <sys/types.h> #include <sys/disklabel.h> #include <sys/ioctl.h> #include <sys/stat.h> |