summaryrefslogtreecommitdiff
path: root/ftp/moxftp/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
commit0d98f1227110082e9e507ca236458f6c363e25b6 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /ftp/moxftp/files/patch-ab
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'ftp/moxftp/files/patch-ab')
-rw-r--r--ftp/moxftp/files/patch-ab16
1 files changed, 0 insertions, 16 deletions
diff --git a/ftp/moxftp/files/patch-ab b/ftp/moxftp/files/patch-ab
deleted file mode 100644
index 34981ecdea1f..000000000000
--- a/ftp/moxftp/files/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-*** popen.c.orig Tue Dec 20 17:22:12 1994
---- popen.c Tue Dec 20 17:22:51 1994
-***************
-*** 117,127 ****
- }
- (void) close(pdes[1]);
- }
-- #if defined(SVR4)||defined(HAVE_UNISTD_H)||!defined(BSD)
-- setpgrp();
-- #else
- setpgrp(0, getpid());
-- #endif
- execl("/bin/sh", "sh", "-c", program, NULL);
- _exit(127);
- /* NOTREACHED */
---- 117,123 ----