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:
parent
f56da0890f
commit
3cb9ce7668
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user