]> andersk Git - openssh.git/blobdiff - openbsd-compat/bsd-cray.c
- (dtucker) [defines.h] Remove now-undeeded PRIu64 define.
[openssh.git] / openbsd-compat / bsd-cray.c
index 8439d9b3e6de61374790b892236d1c40c46d6ec5..e73f797e623dd22019404f2a2428fb48ed20b012 100644 (file)
 #include <sys/secstat.h>
 #include <sys/stat.h>
 #include <sys/session.h>
+#include <stdarg.h>
 #include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
 #include <pwd.h>
 #include <fcntl.h>
 #include <errno.h>
@@ -748,8 +751,6 @@ cray_job_termination_handler(int sig)
        char *login = NULL;
        struct jtab jtab;
 
-       debug("received signal %d",sig);
-
        if ((jid = waitjob(&jtab)) == -1 ||
            (login = uid2nam(jtab.j_uid)) == NULL)
                return;
This page took 0.033021 seconds and 4 git commands to generate.