summaryrefslogtreecommitdiff
path: root/usr.bin/cap_mkdb
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-06-18 18:17:40 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-06-18 18:17:40 +0000
commitf7997709b8dc33be95594f11d083c74a2f4529b7 (patch)
tree5ed018a2a7ac8c2e4e88374334a9598fee758de9 /usr.bin/cap_mkdb
parent5556a8dd6da099b3a0146784b0e198327165d234 (diff)
kill useless include of db.h
Diffstat (limited to 'usr.bin/cap_mkdb')
-rw-r--r--usr.bin/cap_mkdb/getinfo.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/cap_mkdb/getinfo.c b/usr.bin/cap_mkdb/getinfo.c
index 1245027065a..8ae425ea955 100644
--- a/usr.bin/cap_mkdb/getinfo.c
+++ b/usr.bin/cap_mkdb/getinfo.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getinfo.c,v 1.2 2000/09/22 22:22:22 naddy Exp $ */
+/* $OpenBSD: getinfo.c,v 1.3 2001/06/18 18:17:39 millert Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -33,13 +33,12 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: getinfo.c,v 1.2 2000/09/22 22:22:22 naddy Exp $";
+static char rcsid[] = "$OpenBSD: getinfo.c,v 1.3 2001/06/18 18:17:39 millert Exp $";
#endif /* not lint */
#include <sys/types.h>
#include <ctype.h>
-#include <db.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>