summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/kdump.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-02 20:54:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-02 20:54:18 +0000
commit27d9189e4074c4648710da3447660f62aaf79e4c (patch)
tree17c05ee6de41f33bdc776c55e617b7aa5ff0f614 /usr.bin/kdump/kdump.c
parentf33b97e033c3713eb97430518925cb81db9a8d49 (diff)
ioctlname() proto
Diffstat (limited to 'usr.bin/kdump/kdump.c')
-rw-r--r--usr.bin/kdump/kdump.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c
index aeba2c8dc7e..3b21ce285f0 100644
--- a/usr.bin/kdump/kdump.c
+++ b/usr.bin/kdump/kdump.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kdump.c,v 1.21 2003/06/03 02:56:09 millert Exp $ */
+/* $OpenBSD: kdump.c,v 1.22 2003/07/02 20:54:17 deraadt Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)kdump.c 8.4 (Berkeley) 4/28/95";
#endif
-static char *rcsid = "$OpenBSD: kdump.c,v 1.21 2003/06/03 02:56:09 millert Exp $";
+static char *rcsid = "$OpenBSD: kdump.c,v 1.22 2003/07/02 20:54:17 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -61,6 +61,7 @@ static char *rcsid = "$OpenBSD: kdump.c,v 1.21 2003/06/03 02:56:09 millert Exp $
#include <vis.h>
#include "ktrace.h"
+#include "kdump.h"
#include "extern.h"
int timestamp, decimal, fancy = 1, tail, maxdata;