diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2002-04-01 10:45:09 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2002-04-01 10:45:09 +0000 |
| commit | 4a213d4ae96c802b2279ccd51b146c6db3ca3d71 (patch) | |
| tree | 7414f9f48076b467e4f61ccd783ac8d510460a43 | |
| parent | 5c8137de46512d3d8bcbc4e38906b61f56cefcd3 (diff) | |
Notes
| -rw-r--r-- | usr.bin/kdump/mkioctls | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 0248f9725155..974544548a9c 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -56,9 +56,11 @@ BEGIN { print "#include <stdio.h>" print "#include <cam/cam.h>" print "" + print "const char *ioctlname(register_t val);" + print "" print ioctl_includes print "" - print "char *" + print "const char *" print "ioctlname(register_t val)" print "{" print "" |
