From: guenther Date: Sun, 10 Aug 2014 02:38:24 +0000 (+0000) Subject: Delete extern declarations for variables that don't exist (anymore?) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c20abe675d234c7c8c1ca3c5563f7c688e1cc3fe;p=openbsd Delete extern declarations for variables that don't exist (anymore?) --- 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;