summaryrefslogtreecommitdiff
path: root/editors/joe/files/patch-tty.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-10-21 08:21:15 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-10-21 08:21:15 +0000
commit094982a4a5fb16e25163f216fa15bdcc2393d817 (patch)
tree72e971081ae07b662904349fa3e69c1ce85b3328 /editors/joe/files/patch-tty.c
parentFix a few potential buffer overflows in this port. (diff)
- Update to 3.3
Obtained from: editors/joe-devel Approved by: Kevin Day <toasty@dragondata.com> (maintainer)
Notes
Notes: svn path=/head/; revision=145995
Diffstat (limited to 'editors/joe/files/patch-tty.c')
-rw-r--r--editors/joe/files/patch-tty.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/joe/files/patch-tty.c b/editors/joe/files/patch-tty.c
new file mode 100644
index 000000000000..e6023dd2f4fb
--- /dev/null
+++ b/editors/joe/files/patch-tty.c
@@ -0,0 +1,13 @@
+--- tty.c.orig Fri Mar 18 10:40:11 2005
++++ tty.c Fri May 6 16:58:38 2005
+@@ -1074,8 +1074,10 @@
+ setsid(); /* I think you do setprgp(0,0) on systems with no setsid() */
+ #ifndef SETPGRP_VOID
+ setpgrp(0, 0);
++/*
+ #else
+ setpgrp();
++*/
+ #endif
+
+ #endif