summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2014-08-10 02:38:25 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2014-08-10 02:38:25 +0000
commit6cfb66a7e49f859ef65a83477b5146dbd43bc31f (patch)
tree3ad48816c0d303bfdd4ef57515bce9009a7e9bb8 /sbin
parent93831b02bf0f96e02d6becc6db9284defeda49e8 (diff)
Delete extern declarations for variables that don't exist (anymore?)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/fsdb/fsdb.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h
index f67a7dbef04..eed054adc41 100644
--- a/sbin/fsdb/fsdb.h
+++ b/sbin/fsdb/fsdb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fsdb.h,v 1.10 2014/05/13 22:06:06 krw Exp $ */
+/* $OpenBSD: fsdb.h,v 1.11 2014/08/10 02:38:24 guenther Exp $ */
/* $NetBSD: fsdb.h,v 1.4 1996/09/28 19:30:36 christos Exp $ */
/*-
@@ -35,10 +35,6 @@ extern void bwrite(int fd, char *buf, daddr_t blk, long size);
extern void rwerror(char *mesg, daddr_t blk);
extern int reply(char *question);
-extern long secsize;
-extern int fsmodified;
-extern int fsfd;
-
struct cmdtable {
const char *cmd;
const char *helptxt;