summaryrefslogtreecommitdiff
path: root/sbin/mountd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-02 02:06:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-02 02:06:00 +0000
commit7f4ed6552d3dea9419aaa2ae58dc63b3888ed13c (patch)
treee332f822ad39d125cdf4b5a222f9f445df1449d1 /sbin/mountd
parenta8db02eebbdaf693474b465a7aac0ad032c13d0d (diff)
remove some };
Diffstat (limited to 'sbin/mountd')
-rw-r--r--sbin/mountd/mountd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c
index e6e5b2075b2..d38e4f3244c 100644
--- a/sbin/mountd/mountd.c
+++ b/sbin/mountd/mountd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mountd.c,v 1.40 2001/11/17 19:54:57 deraadt Exp $ */
+/* $OpenBSD: mountd.c,v 1.41 2001/12/02 02:05:59 deraadt Exp $ */
/* $NetBSD: mountd.c,v 1.31 1996/02/18 11:57:53 fvdl Exp $ */
/*
@@ -250,7 +250,7 @@ main(argc, argv)
default:
fprintf(stderr, "Usage: mountd [-dn] [export_file]\n");
exit(1);
- };
+ }
argc -= optind;
argv += optind;
grphead = NULL;
@@ -554,7 +554,7 @@ xdr_fhs(xdrsp, cp)
if (!xdr_long(xdrsp, &len))
return (0);
return (xdr_long(xdrsp, &auth));
- };
+ }
return (0);
}
@@ -1266,7 +1266,7 @@ chk_host(dp, saddr, defsetp, hostsetp)
return (1);
}
break;
- };
+ }
hp = hp->ht_next;
}
}
@@ -1639,7 +1639,7 @@ do_mount(ep, grp, exflags, anoncrp, dirp, dirplen, fsb)
if (cp)
*cp = savedc;
return (1);
- };
+ }
/*
* XXX: