svn commit: r184418 - head/bin/rcp

Roman Divacky rdivacky at FreeBSD.org
Tue Oct 28 10:15:46 PDT 2008


Author: rdivacky
Date: Tue Oct 28 17:15:46 2008
New Revision: 184418
URL: http://svn.freebsd.org/changeset/base/184418

Log:
  Remove superfluous va_end which was left there in rev 1.38.
  
  Approved by: kib (mentor)

Modified:
  head/bin/rcp/rcp.c

Modified: head/bin/rcp/rcp.c
==============================================================================
--- head/bin/rcp/rcp.c	Tue Oct 28 17:01:16 2008	(r184417)
+++ head/bin/rcp/rcp.c	Tue Oct 28 17:15:46 2008	(r184418)
@@ -789,6 +789,4 @@ run_err(const char *fmt, ...)
 		vwarnx(fmt, ap);
 		va_end(ap);
 	}
-
-	va_end(ap);
 }


More information about the svn-src-head mailing list