summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-08-10 02:38:24 +0000
committerguenther <guenther@openbsd.org>2014-08-10 02:38:24 +0000
commitc20abe675d234c7c8c1ca3c5563f7c688e1cc3fe (patch)
treef2a102822e5a3288ab71b524d58aa0b12a7e86ab /sbin/fsdb
parentOnly need <stdint.h> and not all of <inttypes.h> here (diff)
downloadwireguard-openbsd-c20abe675d234c7c8c1ca3c5563f7c688e1cc3fe.tar.xz
wireguard-openbsd-c20abe675d234c7c8c1ca3c5563f7c688e1cc3fe.zip
Delete extern declarations for variables that don't exist (anymore?)
Diffstat (limited to 'sbin/fsdb')
-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;