Files
wvstreams/wvstreams-4.6.1-statinclude.patch
Jan Engelhardt 544156e90b Accepting request 957628 from home:mnhauke
- Update to version 4.6.1
  - Upstream does not provide a changelog
- Add patches:
  * 0001-Fix-narrowing-conversion-error.patch
  * 0001-Use-explicit-cast-and-prevent-compiler-error.patch
  * wvstreams-4.6.1-fix-stack-size.patch
  * wvstreams-4.6.1-gcc10.patch
  * wvstreams-4.6.1-gcc47.patch
  * wvstreams-4.6.1-magic.patch
  * wvstreams-4.6.1-make.patch
  * wvstreams-4.6.1-multilib.patch
  * wvstreams-4.6.1-openssl11.patch
  * wvstreams-4.6.1-statinclude.patch
  * wvstreams-4.6.1-use_DEFAULT_SOURCE.patch
- Delete patches:
  * 73045.diff
  * sentinel.diff
  * set-empty.diff
  * wvcrash.diff
  * wvstreams-buildcompare.patch
  * wvstreams-fixrace.patch
  * wvstreams-gcc43.patch
  * wvstreams-gcc47.patch
  * wvstreams-headers.patch
  * wvstreams-wvmodem-iotcl.patch

OBS-URL: https://build.opensuse.org/request/show/957628
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wvstreams?expand=0&rev=32
2022-02-25 21:52:01 +00:00

25 lines
913 B
Diff

diff -urNp wvstreams-4.6.1-orig/include/wvunixdgsocket.h wvstreams-4.6.1/include/wvunixdgsocket.h
--- wvstreams-4.6.1-orig/include/wvunixdgsocket.h 2008-07-14 21:11:35.000000000 +0200
+++ wvstreams-4.6.1/include/wvunixdgsocket.h 2010-01-13 14:01:13.000000000 +0100
@@ -4,6 +4,7 @@
#include <sys/types.h>
#include <sys/syslog.h>
#include <sys/socket.h>
+#include <sys/stat.h>
#include <fcntl.h>
#include "wvlog.h"
diff -urNp wvstreams-4.6.1-orig/streams/wvatomicfile.cc wvstreams-4.6.1/streams/wvatomicfile.cc
--- wvstreams-4.6.1-orig/streams/wvatomicfile.cc 2009-05-13 23:42:52.000000000 +0200
+++ wvstreams-4.6.1/streams/wvatomicfile.cc 2010-01-13 14:40:30.000000000 +0100
@@ -11,9 +11,7 @@
#include "wvfileutils.h"
#include "wvstrutils.h"
-#ifdef MACOS
#include <sys/stat.h>
-#endif
WvAtomicFile::WvAtomicFile(WvStringParm filename, int flags, mode_t create_mode)
: tmp_file(WvString::null)