From: Jeremy Allison Date: Fri, 1 Apr 2016 23:44:21 +0000 (-0700) Subject: lib:replace: Missing semicolon on function definition. X-Git-Tag: tdb-1.3.9~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0da76c9ab8eca25ef94adf8a77b5e274029bae11;p=thirdparty%2Fsamba.git lib:replace: Missing semicolon on function definition. Signed-off-by: Jeremy Allison Reviewed-by: Martin Schwenke Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Sat Apr 2 06:04:13 CEST 2016 on sn-devel-144 --- diff --git a/lib/replace/system/wait.h b/lib/replace/system/wait.h index 146c61a0947..1f5fcd99b6d 100644 --- a/lib/replace/system/wait.h +++ b/lib/replace/system/wait.h @@ -49,7 +49,7 @@ typedef int sig_atomic_t; #endif #if !defined(HAVE_WAITPID) && defined(HAVE_WAIT4) -int rep_waitpid(pid_t pid,int *status,int options) +int rep_waitpid(pid_t pid,int *status,int options); #endif #endif