diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-11-26 18:26:05 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-11-26 18:26:05 +0000 |
commit | a66dd816f81a28df633744f22cb2100389e756f9 (patch) | |
tree | 188f1368608fb08cd3632c5d2336c98baa28c800 /usr.bin/kdump | |
parent | e80a255fae46ffcd110b8eece07ac7e15acdf405 (diff) |
i've comitted from the wrong tree the previous, needs dkbad
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r-- | usr.bin/kdump/mkioctls | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index e0e7efab353..7eb806a3854 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: mkioctls,v 1.8 2002/11/26 13:45:17 mickey Exp $ +# $OpenBSD: mkioctls,v 1.9 2002/11/26 18:26:04 mickey Exp $ # # Copyright (c) 1994 @@ -54,6 +54,7 @@ BEGIN { print "#include <sys/audioio.h>" print "#include <sys/cdio.h>" print "#include <sys/chio.h>" + print "#include <sys/dkbad.h>" print "#include <sys/dkio.h>" print "#include <sys/filio.h>" print "#include <sys/midiio.h>" |