ports/benchmarks/siege/files/patch-src_init.c
Mathieu Arnold 56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00

12 lines
292 B
C

--- src/init.c.orig 2016-05-20 11:41:06 UTC
+++ src/init.c
@@ -39,6 +39,9 @@
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
+#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
+#include <signal.h>
+#endif
#define LINESZ 1024