diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/wcol/files/patch-af | 11 |
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; + + |