summaryrefslogtreecommitdiff
path: root/www/w3m/files/extra-patch-image.c-img
diff options
context:
space:
mode:
Diffstat (limited to 'www/w3m/files/extra-patch-image.c-img')
-rw-r--r--www/w3m/files/extra-patch-image.c-img11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/w3m/files/extra-patch-image.c-img b/www/w3m/files/extra-patch-image.c-img
new file mode 100644
index 000000000000..7ac5f4b71310
--- /dev/null
+++ b/www/w3m/files/extra-patch-image.c-img
@@ -0,0 +1,11 @@
+--- image.c.orig Sun Mar 31 19:43:11 2002
++++ image.c Sun Mar 31 19:43:37 2002
+@@ -106,7 +106,7 @@
+ reset_signals();
+ signal(SIGINT, SIG_IGN);
+ #ifdef HAVE_SETPGRP
+- setpgrp();
++ SETPGRP();
+ #endif
+ close_tty();
+ close(fdr[0]);