add missing signal.h
This commit is contained in:
parent
f6ee3ecf05
commit
493dddfa96
11
sysutils/apcd/patches/patch-apcmon_apcmon_c
Normal file
11
sysutils/apcd/patches/patch-apcmon_apcmon_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-apcmon_apcmon_c,v 1.1 2015/01/18 15:08:25 naddy Exp $
|
||||
--- apcmon/apcmon.c.orig Thu Apr 8 21:48:50 2010
|
||||
+++ apcmon/apcmon.c Sun Jan 18 16:03:15 2015
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <poll.h>
|
||||
#include <netdb.h>
|
||||
+#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
11
sysutils/tabled/patches/patch-pickup_c
Normal file
11
sysutils/tabled/patches/patch-pickup_c
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-pickup_c,v 1.1 2015/01/18 15:08:25 naddy Exp $
|
||||
--- pickup.c.orig Sat Apr 14 08:26:17 2007
|
||||
+++ pickup.c Sun Jan 18 16:07:07 2015
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <paths.h>
|
||||
#include <pwd.h>
|
||||
+#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
Loading…
x
Reference in New Issue
Block a user