1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/ftp/wzdftpd/files/patch-modules-zeroconf-libwzd_zeroconf.c
Roman Bogorodskiy 4cc6043899 - Add zeroconf support via howl or avahi [1]
- Prefer gnutls over openssl

Based on a patch by:	"Daniel S. Haischt" <me@daniel.stefan.haischt.name> [1]
2006-02-22 21:52:51 +00:00

11 lines
301 B
C

--- modules/zeroconf/libwzd_zeroconf.c.orig Wed Feb 22 21:44:51 2006
+++ modules/zeroconf/libwzd_zeroconf.c Wed Feb 22 21:45:26 2006
@@ -27,6 +27,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <string.h>
+#include <signal.h>
#include <arpa/inet.h> /* htonl() */
#include <sys/wait.h>