From 1b3274a8a0b010b7ed65bedc89f09a69ef92958d Mon Sep 17 00:00:00 2001 From: stefanf Date: Sun, 16 May 2004 22:08:17 +0000 Subject: 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 --- usr.sbin/rpc.lockd/lockd_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/rpc.lockd') 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); -- cgit v1.1