blob: 381e8030b4df005a21584f9c24318bf8e3be21eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** 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);
|