summaryrefslogtreecommitdiffstats
path: root/lib/libugidfw
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-31 01:38:12 +0000
committered <ed@FreeBSD.org>2009-12-31 01:38:12 +0000
commite85525874a6bed4c63d70c323b2adbf7e81f8748 (patch)
tree7d9b61b812272fde0169613dbd7ac53233dccbe6 /lib/libugidfw
parenteec85dbb58acc82a86265ac6de55ad7bf8b0ffe9 (diff)
downloadFreeBSD-src-e85525874a6bed4c63d70c323b2adbf7e81f8748.zip
FreeBSD-src-e85525874a6bed4c63d70c323b2adbf7e81f8748.tar.gz
Remove an unused variable.
Diffstat (limited to 'lib/libugidfw')
-rw-r--r--lib/libugidfw/ugidfw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libugidfw/ugidfw.c b/lib/libugidfw/ugidfw.c
index 341ac25..49c987d 100644
--- a/lib/libugidfw/ugidfw.c
+++ b/lib/libugidfw/ugidfw.c
@@ -770,7 +770,6 @@ bsde_parse_fsid(char *spec, struct fsid *fsid, size_t buflen, char *errstr)
{
size_t len;
struct statfs buf;
- int i;
if (statfs(spec, &buf) < 0) {
len = snprintf(errstr, buflen, "Unable to get id for %s: %s",
OpenPOWER on IntegriCloud