summaryrefslogtreecommitdiff
path: root/www/wcol
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 17:31:44 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 17:31:44 +0000
commitbf4d110ec06aaab4b2ead252b1e3eb2a721b80b2 (patch)
tree6222dd4ac2bd9c42ee34af063efd20657c436476 /www/wcol
parentBuild fails on the Alpha with a compiler error in function (diff)
Define pipe_broken as a sig_atomic_t so this build on the Alpha.
Notes
Notes: svn path=/head/; revision=19667
Diffstat (limited to 'www/wcol')
-rw-r--r--www/wcol/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/wcol/files/patch-af b/www/wcol/files/patch-af
new file mode 100644
index 000000000000..e604233f17d0
--- /dev/null
+++ b/www/wcol/files/patch-af
@@ -0,0 +1,11 @@
+--- ftp.c.orig Sun Jun 20 21:12:30 1999
++++ ftp.c Sun Jun 20 21:13:33 1999
+@@ -63,7 +63,7 @@
+ #endif
+
+
+-extern int pipe_broken;
++extern sig_atomic_t pipe_broken;
+ extern int errno;
+
+