]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Fix new warning after strict prototype checking enabled
authorKevin Coffman <kwc@citi.umich.edu>
Fri, 12 Oct 2007 20:34:44 +0000 (16:34 -0400)
committerNeil Brown <neilb@suse.de>
Sun, 14 Oct 2007 23:50:55 +0000 (09:50 +1000)
Fix function declaration to eliminate compiler warning about it
not being a prototype after -Wstrict-prototypes was added.

Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/gssd/svcgssd.c

index 37e04075c7d8edb981ece4dfb36bacc8ae06e2ca..4aa157df04bbc8e480dddca323c358ff3ad32b77 100644 (file)
@@ -125,7 +125,7 @@ mydaemon(int nochdir, int noclose)
 }
 
 static void
-release_parent()
+release_parent(void)
 {
        int status;