summaryrefslogtreecommitdiff
path: root/www/w3m/files/extra-patch-etc.c-no-m17n
diff options
context:
space:
mode:
Diffstat (limited to 'www/w3m/files/extra-patch-etc.c-no-m17n')
-rw-r--r--www/w3m/files/extra-patch-etc.c-no-m17n11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/w3m/files/extra-patch-etc.c-no-m17n b/www/w3m/files/extra-patch-etc.c-no-m17n
new file mode 100644
index 000000000000..14bdaf2a99aa
--- /dev/null
+++ b/www/w3m/files/extra-patch-etc.c-no-m17n
@@ -0,0 +1,11 @@
+--- etc.c.orig Sun Mar 31 19:42:53 2002
++++ etc.c Sun Mar 31 19:43:48 2002
+@@ -1075,7 +1075,7 @@
+ flush_tty();
+ if ((pid = fork()) == 0) {
+ reset_signals();
+- setpgrp();
++ SETPGRP();
+ close_tty();
+ fclose(stdout);
+ fclose(stderr);