summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd/lockd_lock.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-05-16 22:08:17 +0000
committerstefanf <stefanf@FreeBSD.org>2004-05-16 22:08:17 +0000
commit1b3274a8a0b010b7ed65bedc89f09a69ef92958d (patch)
treed0e580fe01975ec46af69e68238174deea46d8f4 /usr.sbin/rpc.lockd/lockd_lock.c
parent937b21a465ef1c1a20915d594e2a97a5c7413bf4 (diff)
downloadFreeBSD-src-1b3274a8a0b010b7ed65bedc89f09a69ef92958d.zip
FreeBSD-src-1b3274a8a0b010b7ed65bedc89f09a69ef92958d.tar.gz
Remove spurious semicolons. Outside of functions they are actually errors but
GCC doesn't warn about them without -pedantic. Approved by: das (mentor) PR: 56649 Reviewed by: md5
Diffstat (limited to 'usr.sbin/rpc.lockd/lockd_lock.c')
-rw-r--r--usr.sbin/rpc.lockd/lockd_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.lockd/lockd_lock.c b/usr.sbin/rpc.lockd/lockd_lock.c
index 68aa159..9779aa4 100644
--- a/usr.sbin/rpc.lockd/lockd_lock.c
+++ b/usr.sbin/rpc.lockd/lockd_lock.c
@@ -172,7 +172,7 @@ void fill_file_lock(struct file_lock *fl, const fhandle_t *fh,
const u_int64_t offset, const u_int64_t len, const char *caller_name,
const int state, const int status, const int flags, const int blocking);
int regions_overlap(const u_int64_t start1, const u_int64_t len1,
- const u_int64_t start2, const u_int64_t len2);;
+ const u_int64_t start2, const u_int64_t len2);
enum split_status region_compare(const u_int64_t starte, const u_int64_t lene,
const u_int64_t startu, const u_int64_t lenu,
u_int64_t *start1, u_int64_t *len1, u_int64_t *start2, u_int64_t *len2);
OpenPOWER on IntegriCloud