Whamcloud - gitweb
LU-12511 utils: fix regression for UAPI headers for native client
[fs/lustre-release.git] / lustre / utils / gss / svcgssd.c
index 7c11575..ab4c462 100644 (file)
@@ -9,6 +9,8 @@
  * Copyright (c) 2002 Marius Aamodt Eriksen <marius@UMICH.EDU>.
  * Copyright (c) 2002 J. Bruce Fields <bfields@UMICH.EDU>.
  *
+ * Copyright (c) 2016, Intel Corporation.
+ *
  * All rights reserved, all wrongs reversed.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -145,8 +147,6 @@ mydaemon(int nochdir, int noclose)
                dup2(tempfd, 2);
                closeall(3);
        }
-
-       return;
 }
 
 static void
@@ -176,7 +176,6 @@ sig_hup(int signal)
 {
        /* don't exit on SIGHUP */
        printerr(1, "Received SIGHUP... Ignoring.\n");
-       return;
 }
 
 static void