summaryrefslogtreecommitdiff
path: root/lang/php5/patches/patch-at
blob: 3b8fc93e7d0bd513986f99c3d7283577a70bb81e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-at,v 1.2 2006/05/06 22:42:44 jdolecek Exp $

--- sapi/cgi/fastcgi.c.orig	2006-04-27 13:39:32.000000000 +0200
+++ sapi/cgi/fastcgi.c
@@ -69,7 +69,7 @@
 # include <netinet/in.h>
 # include <arpa/inet.h>
 # include <netdb.h>
-# include <sys/signal.h>
+# include <signal.h>
 
 #ifndef INADDR_NONE
 #define INADDR_NONE ((unsigned long) -1)