diff options
author | 2014-05-13 22:06:06 +0000 | |
---|---|---|
committer | 2014-05-13 22:06:06 +0000 | |
commit | b2ad4ecf255bd68e2bb47d9df6f0003fd0ca8fd3 (patch) | |
tree | 7139453c700972042d1422cbee691bc0ec21cada | |
parent | for non-valid combinations with `#', instead of trying to list them all, (diff) | |
download | wireguard-openbsd-b2ad4ecf255bd68e2bb47d9df6f0003fd0ca8fd3.tar.xz wireguard-openbsd-b2ad4ecf255bd68e2bb47d9df6f0003fd0ca8fd3.zip |
We don't need no stinkin' 'extern long dev_bsize;'. At least not since
fsck_ffs stopped providing it.
-rw-r--r-- | sbin/fsdb/fsdb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h index 04fc6402b13..f67a7dbef04 100644 --- a/sbin/fsdb/fsdb.h +++ b/sbin/fsdb/fsdb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fsdb.h,v 1.9 2013/06/11 16:42:04 deraadt Exp $ */ +/* $OpenBSD: fsdb.h,v 1.10 2014/05/13 22:06:06 krw Exp $ */ /* $NetBSD: fsdb.h,v 1.4 1996/09/28 19:30:36 christos Exp $ */ /*- @@ -35,7 +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 dev_bsize; extern long secsize; extern int fsmodified; extern int fsfd; |