summaryrefslogtreecommitdiff
path: root/sbin/fsdb/fsdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsdb/fsdb.h')
-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;