pkgsrc-wip/gnunet/patches/patch-ab
pancake ;) 2591ca6295 Initial import of gnunet - pancake
-- DESCR --

GNUnet is a framework for secure peer-to-peer networking
that does not use any centralized or otherwise trusted
services. A first service implemented on top of the
networking layer allows anonymous censorship-resistant
file-sharing. GNUnet uses a simple, excess-based economic
model to allocate resources. Peers in GNUnet monitor each
others behavior with respect to resource usage; peers that
contribute to the network are rewarded with better service.

GNUnet is part of the GNU project. Our official GNU website
can be found at http://www.gnu.org/software/GNUnet/.


-- TODO --

* Ignores IPv6 flag
* Non-Posix pthread functions doesn't exist on *BSD
  ...patch-aa seems to be incorrect
* Does not compiles under NetBSD
2003-07-18 02:50:08 +00:00

15 lines
362 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2003/07/18 02:50:09 poppnk Exp $
--- src/transports/smtp.c.orig 2003-07-18 03:42:06.000000000 +0000
+++ src/transports/smtp.c 2003-07-18 03:42:14.000000000 +0000
@@ -32,9 +32,7 @@
#else
#include <cygwin/socket.h>
#endif
-#ifdef SOLARIS
- #include <signal.h>
-#endif
+#include <signal.h>
#include <fcntl.h>
#include <errno.h>