summaryrefslogtreecommitdiff
path: root/usr/src/cmd/zoneadmd
diff options
context:
space:
mode:
authorPaul Dagnelie <pcd@delphix.com>2015-10-18 09:53:48 -0700
committerMatthew Ahrens <mahrens@delphix.com>2015-10-18 09:53:48 -0700
commit9a686fbc186e8e2a64e9a5094d44c7d6fa0ea167 (patch)
tree7bc4e0dedf84a59acb8f3316f090b1b1f1cb6acf /usr/src/cmd/zoneadmd
parent21227944c2bcc086121a5428f3f9d2496ba646f5 (diff)
downloadillumos-joyent-9a686fbc186e8e2a64e9a5094d44c7d6fa0ea167.tar.gz
6328 Fix cstyle errors in zfs codebase
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: Jorgen Lundman <lundman@lundman.net> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/cmd/zoneadmd')
-rw-r--r--usr/src/cmd/zoneadmd/vplat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/zoneadmd/vplat.c b/usr/src/cmd/zoneadmd/vplat.c
index b9954b81b3..437385ee09 100644
--- a/usr/src/cmd/zoneadmd/vplat.c
+++ b/usr/src/cmd/zoneadmd/vplat.c
@@ -22,6 +22,7 @@
/*
* Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, Joyent Inc. All rights reserved.
+ * Copyright (c) 2015 by Delphix. All rights reserved.
*/
/*
@@ -4292,7 +4293,8 @@ remove_mlps(zlog_t *zlogp, zoneid_t zoneid)
}
int
-prtmount(const struct mnttab *fs, void *x) {
+prtmount(const struct mnttab *fs, void *x)
+{
zerror((zlog_t *)x, B_FALSE, " %s", fs->mnt_mountp);
return (0);
}