1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r21840: mount.cifs compile on old libc missing bind mount #define

Thanks to Thomas Jarosch for pointing this out.
(This used to be commit bd9439cc7d80e172feab72229b553028e134de05)
This commit is contained in:
Steve French 2007-03-14 22:15:21 +00:00 committed by Gerald (Jerry) Carter
parent f56da0890f
commit 3cb9ce7668

View File

@ -59,6 +59,10 @@
#define MS_MOVE 8192
#endif
#ifndef MS_BIND
#define MS_BIND 4096
#endif
#define CONST_DISCARD(type, ptr) ((type) ((void *) (ptr)))
const char *thisprogram;