diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-13 11:22:27 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-13 11:22:27 +0000 |
commit | bd14b9396e67e4c0820626667ac0e9cba7756825 (patch) | |
tree | 9020f4fd3f32de8c0de52144a4816ef97da329af /www/wcol | |
parent | b2c6dfcfaed9287d3f865ac0dc9e0e33390abbe4 (diff) | |
download | ports-bd14b9396e67e4c0820626667ac0e9cba7756825.tar.gz ports-bd14b9396e67e4c0820626667ac0e9cba7756825.zip |
Notes
Diffstat (limited to 'www/wcol')
-rw-r--r-- | www/wcol/files/patch-ag | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/wcol/files/patch-ag b/www/wcol/files/patch-ag new file mode 100644 index 000000000000..924e0d56a77a --- /dev/null +++ b/www/wcol/files/patch-ag @@ -0,0 +1,10 @@ +--- ipc.c.orig Wed Oct 1 23:00:22 1997 ++++ ipc.c Thu Jul 13 14:42:46 2000 +@@ -45,6 +45,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <sys/param.h> + #include <sys/types.h> + #include <sys/uio.h> + #include <sys/socket.h> |