svn commit: r242024 - stable/8/usr.bin/netstat

Eitan Adler eadler at FreeBSD.org
Thu Oct 25 01:23:41 UTC 2012


Author: eadler
Date: Thu Oct 25 01:23:41 2012
New Revision: 242024
URL: http://svn.freebsd.org/changeset/base/242024

Log:
  MFC r241838:
  	Remove unused variable. Newer versions of gcc care.
  
  Approved by:	cperciva (implicit)

Modified:
  stable/8/usr.bin/netstat/route.c   (contents, props changed)
Directory Properties:
  stable/8/usr.bin/netstat/   (props changed)

Modified: stable/8/usr.bin/netstat/route.c
==============================================================================
--- stable/8/usr.bin/netstat/route.c	Thu Oct 25 01:20:20 2012	(r242023)
+++ stable/8/usr.bin/netstat/route.c	Thu Oct 25 01:23:41 2012	(r242024)
@@ -1108,10 +1108,8 @@ ipx_phost(struct sockaddr *sa)
 	struct sockaddr_ipx work;
 	static union ipx_net ipx_zeronet;
 	char *p;
-	struct ipx_addr in;
 
 	work = *sipx;
-	in = work.sipx_addr;
 
 	work.sipx_addr.x_port = 0;
 	work.sipx_addr.x_net = ipx_zeronet;


More information about the svn-src-all mailing list