artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb2e986
)
Delete extern declarations for variables that don't exist (anymore?)
author
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 02:38:24 +0000
(
02:38
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 02:38:24 +0000
(
02:38
+0000)
sbin/fsdb/fsdb.h
patch
|
blob
|
history
diff --git
a/sbin/fsdb/fsdb.h
b/sbin/fsdb/fsdb.h
index
f67a7db
..
eed054a
100644
(file)
--- a/
sbin/fsdb/fsdb.h
+++ b/
sbin/fsdb/fsdb.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: fsdb.h,v 1.1
0 2014/05/13 22:06:06 krw Exp $
*/
+/* $OpenBSD: fsdb.h,v 1.1
1 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;