diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 9eceabb35..cba6a621b 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,5 +1,7 @@ 2001-10-30 Andrew V. Samoilov + * smbfs.c: Include before everything else. + * cpio.c (cpio_read_bin_head): Release name if mc_read fails. (cpio_read_crc_head): Likewise. diff --git a/vfs/smbfs.c b/vfs/smbfs.c index 96fde4b1e..2533163f1 100644 --- a/vfs/smbfs.c +++ b/vfs/smbfs.c @@ -21,10 +21,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Namespace: exports smbfs_vfs_ops */ +#include #include #include -#include #include "utilvfs.h" #include "samba/include/config.h" /* don't load crap in "samba/include/includes.h" we don't use and which