mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
292 B
C
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
|
|
|