=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/fstat/fstat.c,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- src/usr.bin/fstat/fstat.c 2009/06/07 03:10:09 1.65 +++ src/usr.bin/fstat/fstat.c 2009/06/11 21:09:46 1.66 @@ -1,4 +1,4 @@ -/* $OpenBSD: fstat.c,v 1.65 2009/06/07 03:10:09 millert Exp $ */ +/* $OpenBSD: fstat.c,v 1.66 2009/06/11 21:09:46 chl Exp $ */ /* * Copyright (c) 2009 Todd C. Miller @@ -53,7 +53,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)fstat.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$OpenBSD: fstat.c,v 1.65 2009/06/07 03:10:09 millert Exp $"; +static char *rcsid = "$OpenBSD: fstat.c,v 1.66 2009/06/11 21:09:46 chl Exp $"; #endif /* not lint */ #include @@ -498,8 +498,7 @@ "seqpak" /* 5 */ }; #define STYPEMAX 5 - int len; - char *dname, *stype, stypebuf[24]; + char *stype, stypebuf[24]; struct in_addr laddr, faddr; #ifdef INET6 char xaddrbuf[NI_MAXHOST + 2];