]> andersk Git - moira.git/blobdiff - server/mr_shutdown.c
Oracle and Solaris/POSIX changes
[moira.git] / server / mr_shutdown.c
index a3e99c75576eb3831ebac80b52fda99accb55b0d..a32f7d4dbafab78abdce99aad600f142a106e1b0 100644 (file)
@@ -14,14 +14,13 @@ static char *rcsid_sms_shutdown_c = "$Header$";
 #endif lint
 
 #include <mit-copyright.h>
-#include <strings.h>
 #include <sys/errno.h>
 #include "mr_server.h"
 
 extern char *takedown;
 extern char *whoami;
 
-sigshut()
+void sigshut(int sig)
 {
        takedown = "Shut down by signal.";
 }
@@ -30,7 +29,6 @@ void
 do_shutdown(cl)
        client *cl;
 {
-       static char buf[BUFSIZ];
        /*
         * This feature is no longer supported.  Sorry.
         */
This page took 0.202655 seconds and 4 git commands to generate.