From 26c891f0342597b83a8dc9b7e9bb67b9728d84ad Mon Sep 17 00:00:00 2001 From: pfg Date: Fri, 15 Apr 2016 22:31:22 +0000 Subject: Cleanup unnecessary semicolons from utilities we all love. --- usr.sbin/mountd/mountd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/mountd/mountd.c') diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index d6da2bc..a9464f6 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -434,7 +434,7 @@ main(int argc, char **argv) break; default: usage(); - }; + } if (modfind("nfsd") < 0) { /* Not present in kernel, try loading it */ @@ -1241,7 +1241,7 @@ xdr_fhs(XDR *xdrsp, caddr_t cp) return (0); return (xdr_long(xdrsp, &auth)); } - }; + } return (0); } @@ -2540,7 +2540,7 @@ do_mount(struct exportlist *ep, struct grouplist *grp, int exflags, *cp = savedc; ret = 1; goto error_exit; - }; + } /* * For V4:, use the nfssvc() syscall, instead of mount(). -- cgit v1.1