]> git.pld-linux.org Git - packages/wvstreams.git/blob - wvstreams-4.6.1-statinclude.patch
Release 13 (by relup.sh)
[packages/wvstreams.git] / wvstreams-4.6.1-statinclude.patch
1 diff -urNp wvstreams-4.6.1-orig/include/wvunixdgsocket.h wvstreams-4.6.1/include/wvunixdgsocket.h
2 --- wvstreams-4.6.1-orig/include/wvunixdgsocket.h       2008-07-14 21:11:35.000000000 +0200
3 +++ wvstreams-4.6.1/include/wvunixdgsocket.h    2010-01-13 14:01:13.000000000 +0100
4 @@ -4,6 +4,7 @@
5  #include <sys/types.h>
6  #include <sys/syslog.h>
7  #include <sys/socket.h>
8 +#include <sys/stat.h>
9  #include <fcntl.h>
10  
11  #include "wvlog.h"
12 diff -urNp wvstreams-4.6.1-orig/streams/wvatomicfile.cc wvstreams-4.6.1/streams/wvatomicfile.cc
13 --- wvstreams-4.6.1-orig/streams/wvatomicfile.cc        2009-05-13 23:42:52.000000000 +0200
14 +++ wvstreams-4.6.1/streams/wvatomicfile.cc     2010-01-13 14:40:30.000000000 +0100
15 @@ -11,9 +11,7 @@
16  #include "wvfileutils.h"
17  #include "wvstrutils.h"
18  
19 -#ifdef MACOS
20  #include <sys/stat.h>
21 -#endif
22  
23  WvAtomicFile::WvAtomicFile(WvStringParm filename, int flags, mode_t create_mode)
24      : tmp_file(WvString::null)
This page took 0.569715 seconds and 3 git commands to generate.