Remove conflicting extern decralaration for mboxfile variable.

It is defined as static in implementation file.
This commit is contained in:
kan 2007-04-06 15:51:35 +00:00
parent eac6857b97
commit 6bf6173310

View File

@ -143,7 +143,6 @@ extern char *homedir(int, int);
extern char *mailbox(int, char *);
extern char *passwdfile;
extern char *slinkname;
extern char mboxfile[];
extern gid_t hlfs_gid;
extern int cache_interval;
extern int noverify;