Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ftp remove unused variable



details:   https://anonhg.NetBSD.org/src/rev/376a47bb3873
branches:  trunk
changeset: 474531:376a47bb3873
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jul 10 19:41:01 1999 +0000

description:
remove unused variable

diffstat:

 usr.bin/ftp/ftp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d37430a31157 -r 376a47bb3873 usr.bin/ftp/ftp.c
--- a/usr.bin/ftp/ftp.c Sat Jul 10 19:40:36 1999 +0000
+++ b/usr.bin/ftp/ftp.c Sat Jul 10 19:41:01 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ftp.c,v 1.50 1999/07/03 05:49:57 itojun Exp $  */
+/*     $NetBSD: ftp.c,v 1.51 1999/07/10 19:41:01 christos Exp $        */
 
 /*
  * Copyright (C) 1997 and 1998 WIDE Project.
@@ -67,7 +67,7 @@
 #if 0
 static char sccsid[] = "@(#)ftp.c      8.6 (Berkeley) 10/27/94";
 #else
-__RCSID("$NetBSD: ftp.c,v 1.50 1999/07/03 05:49:57 itojun Exp $");
+__RCSID("$NetBSD: ftp.c,v 1.51 1999/07/10 19:41:01 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -137,7 +137,7 @@
        char *host;
        char *port;
 {
-       int s, len, tos, error;
+       int s, len, error;
        struct addrinfo hints, *res, *res0;
        static char hostnamebuf[MAXHOSTNAMELEN];
        char hbuf[MAXHOSTNAMELEN];



Home | Main Index | Thread Index | Old Index