[BACK]Return to patch-source_shared_lib_sources_feathery_ftp_ftpTargetPosix_c CVS log [TXT][DIR] Up to [local] / ports / games / megaglest / base / patches

Diff for /ports/games/megaglest/base/patches/Attic/patch-source_shared_lib_sources_feathery_ftp_ftpTargetPosix_c between version 1.1 and 1.2

version 1.1, 2011/04/24 18:49:09 version 1.2, 2011/08/01 05:17:41
Line 1 
Line 1 
 $OpenBSD$  $OpenBSD$
 --- source/shared_lib/sources/feathery_ftp/ftpTargetPosix.c.orig        Sun Apr 10 15:41:33 2011  --- source/shared_lib/sources/feathery_ftp/ftpTargetPosix.c.orig        Thu Jun 30 10:29:18 2011
 +++ source/shared_lib/sources/feathery_ftp/ftpTargetPosix.c     Sun Apr 10 15:42:54 2011  +++ source/shared_lib/sources/feathery_ftp/ftpTargetPosix.c     Thu Jun 30 10:31:34 2011
 @@ -27,7 +27,11 @@  @@ -27,7 +27,11 @@
  #include <sys/stat.h>   #include <sys/stat.h>
  #include <unistd.h>   #include <unistd.h>
Line 8 
Line 8 
 -#if defined(__FreeBSD__)  -#if defined(__FreeBSD__)
 +#ifndef MSG_NOSIGNAL  +#ifndef MSG_NOSIGNAL
 +#define MSG_NOSIGNAL   0  +#define MSG_NOSIGNAL   0
 +#endif  +#endif
 +  +
 +#if defined(__FreeBSD__) || defined(__OpenBSD__)  +#if defined(__FreeBSD__) || defined(__OpenBSD__)
      #include <sys/uio.h>       #include <sys/uio.h>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb