]> git.pld-linux.org Git - packages/samba.git/blob - samba-linux-mount.patch
- updated to 4.15.9
[packages/samba.git] / samba-linux-mount.patch
1 --- samba-4.15.9/lib/replace/system/filesys.h.orig      2021-08-09 15:38:36.131378400 +0200
2 +++ samba-4.15.9/lib/replace/system/filesys.h   2022-09-25 16:07:34.057178798 +0200
3 @@ -38,6 +38,7 @@
4  
5  #ifdef HAVE_SYS_MOUNT_H
6  #include <sys/mount.h>
7 +#define _LINUX_MOUNT_H 1 /* conflicts with <linux/mount.h> */
8  #endif
9  
10  #ifdef HAVE_MNTENT_H
This page took 0.088529 seconds and 3 git commands to generate.