1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3

(This used to be commit ce57d38825)
This commit is contained in:
Simo Sorce 2008-02-22 14:10:28 -05:00
parent 14aa57a9e3
commit d88e40106f

View File

@ -37,6 +37,7 @@
#include <string.h>
#include <mntent.h>
#include <fcntl.h>
#include <limits.h>
#define MOUNT_CIFS_VERSION_MAJOR "1"
#define MOUNT_CIFS_VERSION_MINOR "11"