Obsolete VTE pre-2.91 ABI
[oi-userland.git] / components / encumbered / vobcopy / patches / no-statfs.patch
blob3ff2adce321b0ef71528f2834530f413b0392635
1 diff -Nru vobcopy-1.2.1.orig/vobcopy.h vobcopy-1.2.1/vobcopy.h
2 --- vobcopy-1.2.1.orig/vobcopy.h 2022-05-03 21:55:34.000000000 +0200
3 +++ vobcopy-1.2.1/vobcopy.h 2023-03-21 17:18:28.299893243 +0100
4 @@ -107,7 +107,6 @@
6 #ifdef HAVE_SYS_VFS_H
7 #include <sys/vfs.h>
8 -#define USE_STATFS
9 /* #define USE_STATFS_FOR_DEV */
10 #endif
12 @@ -115,9 +114,6 @@
13 #include <sys/statvfs.h>
14 #ifndef USE_STATFS
15 #define USE_STATVFS
16 -#ifndef USE_STATFS_FOR_DEV
17 -#define USE_STATVFS_FOR_DEV
18 -#endif
19 #endif
20 #endif