summaryrefslogtreecommitdiff
path: root/net-misc/smbc/files/smbc-1.2.2-samba4-includes.patch
blob: 3238fc035e4ba6769af2c829189103003dfbfa51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
--- smbc-1.2.2.orig/src/bookmarks.c
+++ smbc-1.2.2/src/bookmarks.c
@@ -23,7 +23,7 @@
 #endif /* not HAVE_STRING_H */
 
 #include <libintl.h>
-#include <libsmbclient.h>
+#include <samba-4.0/libsmbclient.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include "dulist.h"
--- smbc-1.2.2.orig/src/dulist.c
+++ smbc-1.2.2/src/dulist.c
@@ -22,7 +22,7 @@
 
 #include <libintl.h>
 #include <dirent.h>
-#include <libsmbclient.h>
+#include <samba-4.0/libsmbclient.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include "fnet.h"
--- smbc-1.2.2.orig/src/find-index-manage.c
+++ smbc-1.2.2/src/find-index-manage.c
@@ -23,7 +23,7 @@
 #include <stdio.h>
 #include <sys/types.h>
 #include <unistd.h>
-#include <libsmbclient.h>
+#include <samba-4.0/libsmbclient.h>
 #include <stdlib.h>
 #include <math.h>
 #include "find-index-manage.h"
--- smbc-1.2.2.orig/src/fnet.c
+++ smbc-1.2.2/src/fnet.c
@@ -20,7 +20,7 @@
 #endif /* HAVE_STRINGS_H */
 #endif /* not HAVE_STRING_H */
 
-#include <libsmbclient.h>
+#include <samba-4.0/libsmbclient.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <unistd.h>
--- smbc-1.2.2.orig/src/smb-pack.c
+++ smbc-1.2.2/src/smb-pack.c
@@ -21,7 +21,7 @@
 #include <sys/types.h>
 #include <signal.h>
 #include <curses.h>
-#include <libsmbclient.h>
+#include <samba-4.0/libsmbclient.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include "smb-pack.h"
--- smbc-1.2.2.orig/src/smb-pack.h
+++ smbc-1.2.2/src/smb-pack.h
@@ -18,7 +18,7 @@
 #endif /* HAVE_STRINGS_H */
 #endif /* not HAVE_STRING_H */
 
-#include <libsmbclient.h>
+#include <samba-4.0/libsmbclient.h>
 
 #define RstrCmp(src, dst) (!strcmp(src, dst))
 
--- smbc-1.2.2.orig/src/smbc.c
+++ smbc-1.2.2/src/smbc.c
@@ -31,7 +31,7 @@
 #include <dirent.h>
 #include <time.h>
 #include <errno.h>
-#include <libsmbclient.h>
+#include <samba-4.0/libsmbclient.h>
 #include <popt.h>
 #include <unistd.h>
 #include <stdlib.h>
--- smbc-1.2.2.orig/src/ttlist.c
+++ smbc-1.2.2/src/ttlist.c
@@ -20,7 +20,7 @@
 #endif /* HAVE_STRINGS_H */
 #endif /* not HAVE_STRING_H */
 
-#include <libsmbclient.h>
+#include <samba-4.0/libsmbclient.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <unistd.h>
--- smbc-1.2.2.orig/src/winpopup.c
+++ smbc-1.2.2/src/winpopup.c
@@ -11,7 +11,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <libsmbclient.h>
+#include <samba-4.0/libsmbclient.h>
 #include <unistd.h>
 #include "winpopup.h"
 #include "debug.h"