svn commit: r201321 - head/lib/libugidfw

Ed Schouten ed at FreeBSD.org
Thu Dec 31 01:38:13 UTC 2009


Author: ed
Date: Thu Dec 31 01:38:12 2009
New Revision: 201321
URL: http://svn.freebsd.org/changeset/base/201321

Log:
  Remove an unused variable.

Modified:
  head/lib/libugidfw/ugidfw.c

Modified: head/lib/libugidfw/ugidfw.c
==============================================================================
--- head/lib/libugidfw/ugidfw.c	Thu Dec 31 01:37:26 2009	(r201320)
+++ head/lib/libugidfw/ugidfw.c	Thu Dec 31 01:38:12 2009	(r201321)
@@ -770,7 +770,6 @@ bsde_parse_fsid(char *spec, struct fsid 
 {
 	size_t len;
 	struct statfs buf;
-	int i;
 
 	if (statfs(spec, &buf) < 0) {
 		len = snprintf(errstr, buflen, "Unable to get id for %s: %s",


More information about the svn-src-all mailing list