Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37915739
en ru br
ALT Linux repos
S:0.3.9-alt1_12

Group :: Development/Other
RPM: libskstream

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: skstream-0.3.6-gcc44.patch
Download


Index: skstream/skstream.h
===================================================================
RCS file: /home/cvspsrv/worldforge/forge/libs/skstream/skstream/skstream.h,v
retrieving revision 1.54
diff -u -r1.54 skstream.h
--- skstream/skstream.h	17 Dec 2006 02:40:58 -0000	1.54
+++ skstream/skstream.h	27 Feb 2009 23:12:36 -0000
@@ -33,6 +33,11 @@
 
 #include <skstream/sksocket.h>
 
+// To not include full <cstdio>, we define only EOF
+#ifndef EOF
+#define EOF (-1)
+#endif
+
 /////////////////////////////////////////////////////////////////////////////
 // class socketbuf
 /////////////////////////////////////////////////////////////////////////////
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin