* vfs.h: Remove redundant declaration of init_localfs().

This commit is contained in:
Pavel Roskin 2003-10-26 01:51:28 +00:00
parent 06f9c3d0c1
commit a828849d50
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2003-10-25 Pavel Roskin <proski@gnu.org>
* vfs.h: Remove redundant declaration of init_localfs().
* mcserv.c: Don't use HAVE_CRYPT from extraonf.h.
* samba/include/includes.h: Likewise.

View File

@ -101,7 +101,6 @@ void init_extfs (void);
void init_fish (void);
void init_ftpfs (void);
void init_localfs (void);
void init_localfs (void);
void init_mcfs (void);
void init_sfs (void);
void init_smbfs (void);