diff options
| author | christos <christos@NetBSD.org> | 2015-10-22 00:29:58 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2015-10-22 00:29:58 +0000 |
| commit | a27be1df0c3a242216ed656a2cb6dc1dc93e59ea (patch) | |
| tree | 5b4a2e7a2cdb8a04c98c20485f2b053a7a808756 /usr.bin | |
| parent | c1ea9dc3213ff0e07899594e52f263b20930cf80 (diff) | |
simplify
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/kdump/mkioctls | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index edf4cea4cd2..991769baf44 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: mkioctls,v 1.44 2015/09/27 03:37:16 christos Exp $ +# $NetBSD: mkioctls,v 1.45 2015/10/22 00:29:58 christos Exp $ # # Copyright (c) 1994 # The Regents of the University of California. All rights reserved. @@ -84,13 +84,12 @@ do echo "#include <$i>" done | ${SED} -e "s,${DESTDIR}/usr/include/,,g" -grep -v "<sys/modctl.h>" ${1+"$@"} | \ ${CC} -E -nostdinc -isystem ${DESTDIR}/usr/include \ -I${DESTDIR}/usr/X11R7/include \ -I${DESTDIR}/usr/X11R7/include/pixman-1 \ -I${DESTDIR}/usr/X11R7/include/libdrm \ -D_VIA_DRM_H_ \ - -dM - | \ + -dM "${@}" | \ ${AWK} ' BEGIN { keep["SLIOCGUNIT"] = 1; # Same as PPPIOCGASYNCMAP |
