diff options
Diffstat (limited to 'ftp/moxftp/files/patch-ae')
-rw-r--r-- | ftp/moxftp/files/patch-ae | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/ftp/moxftp/files/patch-ae b/ftp/moxftp/files/patch-ae index 381e8030b4df..a8df8e1aa494 100644 --- a/ftp/moxftp/files/patch-ae +++ b/ftp/moxftp/files/patch-ae @@ -1,19 +1,11 @@ -*** oldarchie.c Mon Oct 2 14:02:08 1995 ---- archie.c Mon Oct 2 14:09:28 1995 -*************** -*** 163,169 **** - char *host; - int i; - -! archie = lpopen("type archie", "r"); - if (fgets(string, sizeof(string), archie) != NULL) { - if ((cp = bsdstrstr(string, "not found")) != NULL) { - lpclose(archie); ---- 163,169 ---- - char *host; - int i; - -! archie = lpopen("which archie", "r"); - if (fgets(string, sizeof(string), archie) != NULL) { - if ((cp = bsdstrstr(string, "not found")) != NULL) { - lpclose(archie); +--- archie.c.orig Sat May 21 05:11:43 1994 ++++ archie.c Sat Nov 11 03:53:49 2000 +@@ -160,7 +160,7 @@ + char *host; + int i; + +- archie = lpopen("type archie", "r"); ++ archie = lpopen("which archie", "r"); + if (fgets(string, sizeof(string), archie) != NULL) { + if ((cp = bsdstrstr(string, "not found")) != NULL) { + lpclose(archie); |