Module Name: src
Committed By: joerg
Date: Tue Oct 28 21:36:16 UTC 2014
Modified Files:
src/crypto/external/bsd/openssh/dist: sshd.c
Log Message:
sighup_handler is not dead.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/crypto/external/bsd/openssh/dist/sshd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssh/dist/sshd.c
diff -u src/crypto/external/bsd/openssh/dist/sshd.c:1.14 src/crypto/external/bsd/openssh/dist/sshd.c:1.15
--- src/crypto/external/bsd/openssh/dist/sshd.c:1.14 Sun Oct 19 16:30:59 2014
+++ src/crypto/external/bsd/openssh/dist/sshd.c Tue Oct 28 21:36:16 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: sshd.c,v 1.14 2014/10/19 16:30:59 christos Exp $ */
+/* $NetBSD: sshd.c,v 1.15 2014/10/28 21:36:16 joerg Exp $ */
/* $OpenBSD: sshd.c,v 1.428 2014/07/15 15:54:14 millert Exp $ */
/*
* Author: Tatu Ylonen <[email protected]>
@@ -44,7 +44,7 @@
*/
#include "includes.h"
-__RCSID("$NetBSD: sshd.c,v 1.14 2014/10/19 16:30:59 christos Exp $");
+__RCSID("$NetBSD: sshd.c,v 1.15 2014/10/28 21:36:16 joerg Exp $");
#include <sys/types.h>
#include <sys/param.h>
#include <sys/ioctl.h>
@@ -287,7 +287,7 @@ close_startup_pipes(void)
*/
/*ARGSUSED*/
-__dead static void
+static void
sighup_handler(int sig)
{
int save_errno = errno;