blob: 6b31f2e10f35948b7fc81b74d627bd0a4a3f6bcd [file] [log] [blame]
Patrick Williams520786c2023-06-25 16:20:36 -05001Upstream-Status: Pending
2
Patrick Williamsb48b7b42016-08-17 15:04:38 -05003Index: wvstreams-4.6.1/ipstreams/wvunixdgsocket.cc
4===================================================================
5--- wvstreams-4.6.1.orig/ipstreams/wvunixdgsocket.cc 2011-05-20 00:02:38.391136584 +0200
6+++ wvstreams-4.6.1/ipstreams/wvunixdgsocket.cc 2011-05-20 00:02:35.283136585 +0200
7@@ -1,8 +1,6 @@
8 #include "wvunixdgsocket.h"
9-#ifdef MACOS
10 #include <sys/types.h>
11 #include <sys/stat.h>
12-#endif
13
14 WvUnixDGSocket::WvUnixDGSocket(WvStringParm filename, bool _server, int perms)
15 : socketfile(filename)
16Index: wvstreams-4.6.1/streams/wvatomicfile.cc
17===================================================================
18--- wvstreams-4.6.1.orig/streams/wvatomicfile.cc 2011-05-20 00:02:38.223136584 +0200
19+++ wvstreams-4.6.1/streams/wvatomicfile.cc 2011-05-20 00:02:31.619136587 +0200
20@@ -10,10 +10,7 @@
21 #include "wvatomicfile.h"
22 #include "wvfileutils.h"
23 #include "wvstrutils.h"
24-
25-#ifdef MACOS
26 #include <sys/stat.h>
27-#endif
28
29 WvAtomicFile::WvAtomicFile(WvStringParm filename, int flags, mode_t create_mode)
30 : tmp_file(WvString::null)