diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2010-07-01 20:24:20 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2010-07-01 20:24:20 +0000 |
commit | 8def8954e0ec2d165a3750550747c0012363177e (patch) | |
tree | 9335fad116941a65042f12d8c7b23597793ddedf /usr.bin/tip/remote.c | |
parent | 4c3991c33db9977bae4b64984983e25e353f8449 (diff) |
remove unused variables
add missing headers needed for uu_unlock()
ok nicm@
Diffstat (limited to 'usr.bin/tip/remote.c')
-rw-r--r-- | usr.bin/tip/remote.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tip/remote.c b/usr.bin/tip/remote.c index 0ca921a5dcd..5c4aea68c72 100644 --- a/usr.bin/tip/remote.c +++ b/usr.bin/tip/remote.c @@ -1,4 +1,4 @@ -/* $OpenBSD: remote.c,v 1.25 2010/06/29 23:38:05 nicm Exp $ */ +/* $OpenBSD: remote.c,v 1.26 2010/07/01 20:24:19 chl Exp $ */ /* $NetBSD: remote.c,v 1.5 1997/04/20 00:02:45 mellon Exp $ */ /* @@ -46,7 +46,7 @@ static void getremcap(char *); static void getremcap(char *host) { - char **p, ***q, *bp, *rempath, *strval; + char *bp, *rempath, *strval; int stat; long val; |