diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-18 18:17:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-06-18 18:17:40 +0000 |
commit | f7997709b8dc33be95594f11d083c74a2f4529b7 (patch) | |
tree | 5ed018a2a7ac8c2e4e88374334a9598fee758de9 /usr.bin/cap_mkdb | |
parent | 5556a8dd6da099b3a0146784b0e198327165d234 (diff) |
kill useless include of db.h
Diffstat (limited to 'usr.bin/cap_mkdb')
-rw-r--r-- | usr.bin/cap_mkdb/getinfo.c | 5 |
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> |