summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/misc.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-01-11 19:25:56 +0000
committerphk <phk@FreeBSD.org>2004-01-11 19:25:56 +0000
commitacdc44bfa7126d7b228a5d4e734c13417fa3e84c (patch)
tree26052959c22ba51bf44e762f1f6deb6e6b5dba1d /usr.sbin/mtree/misc.c
parent7c9c2b48f70c1e776f521458d075370e5d452838 (diff)
downloadFreeBSD-src-acdc44bfa7126d7b228a5d4e734c13417fa3e84c.zip
FreeBSD-src-acdc44bfa7126d7b228a5d4e734c13417fa3e84c.tar.gz
collect all "extern bla" stuff in extern.h in order to get cross-file
type checking. No bugs found.
Diffstat (limited to 'usr.sbin/mtree/misc.c')
-rw-r--r--usr.sbin/mtree/misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/mtree/misc.c b/usr.sbin/mtree/misc.c
index b970328..cc211f0 100644
--- a/usr.sbin/mtree/misc.c
+++ b/usr.sbin/mtree/misc.c
@@ -44,8 +44,6 @@ __FBSDID("$FreeBSD$");
#include "mtree.h"
#include "extern.h"
-extern int lineno;
-
typedef struct _key {
const char *name; /* key name */
u_int val; /* value */
OpenPOWER on IntegriCloud