summaryrefslogtreecommitdiff
path: root/emulators/mtools/files/patch-e
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-07-21 23:43:56 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-07-21 23:43:56 +0000
commit1a0dbf56893ae002a6b2e90549bc4ca5ded6bf52 (patch)
treebfce179cb7daad697ab4962baaf40c0d6163b1b9 /emulators/mtools/files/patch-e
parentUpgrade to strobe-1.06 (diff)
Upgrade to version 3.9.6
Notes
Notes: svn path=/head/; revision=20305
Diffstat (limited to '')
-rw-r--r--emulators/mtools/files/patch-e15
1 files changed, 3 insertions, 12 deletions
diff --git a/emulators/mtools/files/patch-e b/emulators/mtools/files/patch-e
index 8fb2a617be52..ebe960b99866 100644
--- a/emulators/mtools/files/patch-e
+++ b/emulators/mtools/files/patch-e
@@ -1,6 +1,6 @@
---- floppyd.c.orig Sat Jun 5 15:54:11 1999
-+++ floppyd.c Sat Jun 5 15:55:41 1999
-@@ -668,7 +668,7 @@
+--- floppyd.c~ Thu Jul 22 00:41:08 1999
++++ floppyd.c Thu Jul 22 00:42:36 1999
+@@ -675,7 +675,7 @@
/*
* Ignore dead servers so no zombies should be left hanging.
*/
@@ -9,12 +9,3 @@
for (;;) {
int new_sock;
-@@ -972,7 +972,7 @@
- * Start a new session and group.
- */
- setsid();
-- setpgrp();
-+ setpgrp(0, 0);
- #ifndef DEBUG
- close(2);
- open("/dev/null", O_WRONLY);