Author: rco
Date: 2008-06-28 18:58:20 +0200 (Sat, 28 Jun 2008)
New Revision: 1031
Modified:
trunk/core/plug-in/binrpcctrl/libbinrpc/src/net.c
Log:
- fixes compilation issues.
Modified: trunk/core/plug-in/binrpcctrl/libbinrpc/src/net.c
===================================================================
--- trunk/core/plug-in/binrpcctrl/libbinrpc/src/net.c 2008-06-23 16:48:46 UTC
(rev 1030)
+++ trunk/core/plug-in/binrpcctrl/libbinrpc/src/net.c 2008-06-28 16:58:20 UTC
(rev 1031)
@@ -582,9 +582,11 @@
if ((sent = sendto(sockfd, pos, still, MSG_DONTWAIT
#ifdef MSG_NOSIGNAL
|MSG_NOSIGNAL
-#elseifdef MSG_NOSIGPIPE
+#else
+#ifdef MSG_NOSIGPIPE
|MSG_NOSIGPIPE
#endif
+#endif
, saddr, saddrlen)) < 0) {
switch (errno) {
@@ -685,9 +687,11 @@
MSG_DONTWAIT
#ifdef MSG_NOSIGNAL
|MSG_NOSIGNAL
-#elseifdef MSG_NOSIGPIPE
+#else
+#ifdef MSG_NOSIGPIPE
|MSG_NOSIGPIPE
#endif
+#endif
, saddr, addrlen))) {
pos += rcvd;
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev