=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tip/Attic/remote.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/tip/Attic/remote.c 2001/09/09 19:30:49 1.9 +++ src/usr.bin/tip/Attic/remote.c 2001/10/24 18:38:58 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: remote.c,v 1.9 2001/09/09 19:30:49 millert Exp $ */ +/* $OpenBSD: remote.c,v 1.10 2001/10/24 18:38:58 millert Exp $ */ /* $NetBSD: remote.c,v 1.5 1997/04/20 00:02:45 mellon Exp $ */ /* @@ -45,7 +45,7 @@ #if 0 static char sccsid[] = "@(#)remote.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: remote.c,v 1.9 2001/09/09 19:30:49 millert Exp $"; +static char rcsid[] = "$OpenBSD: remote.c,v 1.10 2001/10/24 18:38:58 millert Exp $"; #endif /* not lint */ #include @@ -74,9 +74,9 @@ static void getremcap(host) - register char *host; + char *host; { - register char **p, ***q; + char **p, ***q; char *bp; char *rempath; int stat; @@ -210,7 +210,7 @@ getremote(host) char *host; { - register char *cp; + char *cp; static char *next; static int lookedup = 0;