From: Kevin Coffman Date: Fri, 12 Oct 2007 20:34:44 +0000 (-0400) Subject: Fix new warning after strict prototype checking enabled X-Git-Tag: nfs-utils-1-1-1~9 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=de72a808a5699a4c6ded5b82c563da0b237d107e;hp=da7454e3cf772edacc55a0f47d49cef7a03a4d10 Fix new warning after strict prototype checking enabled Fix function declaration to eliminate compiler warning about it not being a prototype after -Wstrict-prototypes was added. Signed-off-by: Kevin Coffman Signed-off-by: Neil Brown --- diff --git a/utils/gssd/svcgssd.c b/utils/gssd/svcgssd.c index 37e0407..4aa157d 100644 --- a/utils/gssd/svcgssd.c +++ b/utils/gssd/svcgssd.c @@ -125,7 +125,7 @@ mydaemon(int nochdir, int noclose) } static void -release_parent() +release_parent(void) { int status;