diff options
author | Diomidis Spinellis <dds@FreeBSD.org> | 2007-05-18 12:36:10 +0000 |
---|---|---|
committer | Diomidis Spinellis <dds@FreeBSD.org> | 2007-05-18 12:36:10 +0000 |
commit | 5f6f6b2933fa608f6dd5c8d9769eba8b8d5e9c2b (patch) | |
tree | aa1a9d4e9bc0bd39ea085c8ce6a40568d756af92 /usr.sbin/sa/extern.h | |
parent | 539e7a77701335a5e43f247faae97638e8c5fd99 (diff) | |
download | src-test2-5f6f6b2933fa608f6dd5c8d9769eba8b8d5e9c2b.tar.gz src-test2-5f6f6b2933fa608f6dd5c8d9769eba8b8d5e9c2b.zip |
Notes
Diffstat (limited to 'usr.sbin/sa/extern.h')
-rw-r--r-- | usr.sbin/sa/extern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sa/extern.h b/usr.sbin/sa/extern.h index bc5f199e997e..ccdd763c1dbd 100644 --- a/usr.sbin/sa/extern.h +++ b/usr.sbin/sa/extern.h @@ -82,6 +82,7 @@ extern int aflag, bflag, cflag, dflag, Dflag, fflag, iflag, jflag, kflag; extern int Kflag, lflag, mflag, qflag, rflag, sflag, tflag, uflag, vflag; extern u_quad_t cutoff; extern cmpf_t sa_cmp; +extern const char *pdb_file, *usrdb_file; /* some #defines to help with db's stupidity */ |