svn commit: r225486 - user/hrs/ipv6/usr.sbin/rtsold

Hiroki Sato hrs at FreeBSD.org
Sun Sep 11 19:37:58 UTC 2011


Author: hrs
Date: Sun Sep 11 19:37:57 2011
New Revision: 225486
URL: http://svn.freebsd.org/changeset/base/225486

Log:
  Remove an extra line.

Modified:
  user/hrs/ipv6/usr.sbin/rtsold/rtsol.c

Modified: user/hrs/ipv6/usr.sbin/rtsold/rtsol.c
==============================================================================
--- user/hrs/ipv6/usr.sbin/rtsold/rtsol.c	Sun Sep 11 19:34:56 2011	(r225485)
+++ user/hrs/ipv6/usr.sbin/rtsold/rtsol.c	Sun Sep 11 19:37:57 2011	(r225486)
@@ -776,7 +776,6 @@ call_script(const int argc, const char *
 	int fd[2];
 	int error;
 	pid_t pid, wpid;
-	TAILQ_HEAD(, script_msg) *sm_head;
 
 	if ((scriptpath = argv[0]) == NULL)
 		return;


More information about the svn-src-user mailing list