diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-04 14:05:41 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-04 14:05:41 +0000 |
commit | af95f54766c270a9dc3575b58be2f0b3bb10c3b5 (patch) | |
tree | 870b800fdd170b5aded02dace497acbee4fdb0f9 /www/cgichk/files/patch-cgichk.h | |
parent | Fix build under 5.0 (diff) |
Fix build after REINPLACE change.
Change MAINTAINER to ports.
Notes
Notes:
svn path=/head/; revision=74673
Diffstat (limited to 'www/cgichk/files/patch-cgichk.h')
-rw-r--r-- | www/cgichk/files/patch-cgichk.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/cgichk/files/patch-cgichk.h b/www/cgichk/files/patch-cgichk.h new file mode 100644 index 000000000000..6223def2179d --- /dev/null +++ b/www/cgichk/files/patch-cgichk.h @@ -0,0 +1,10 @@ +--- cgichk.h.orig Wed Feb 5 00:36:57 2003 ++++ cgichk.h Wed Feb 5 00:37:05 2003 +@@ -19,6 +19,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <netdb.h> |