Files
pkgsrc-ng/net/udpcast/patches/patch-ah
2013-09-26 17:14:40 +02:00

15 lines
308 B
Plaintext

$NetBSD: patch-ah,v 1.1 2006/08/22 15:52:16 joerg Exp $
--- senddata.c.orig 2006-08-22 17:46:18.000000000 +0000
+++ senddata.c
@@ -3,6 +3,9 @@
#include <sys/time.h>
#include <unistd.h>
#include <errno.h>
+#if defined(__DragonFly__)
+#include <sys/uio.h>
+#endif
#include "threads.h"
#include "fec.h"