mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
593 B
Plaintext
20 lines
593 B
Plaintext
|
*** 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);
|