Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist sighup_handler is not dead.



details:   https://anonhg.NetBSD.org/src/rev/8ad95ff92c14
branches:  trunk
changeset: 333305:8ad95ff92c14
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Oct 28 21:36:16 2014 +0000

description:
sighup_handler is not dead.

diffstat:

 crypto/external/bsd/openssh/dist/sshd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 41f2c87bb609 -r 8ad95ff92c14 crypto/external/bsd/openssh/dist/sshd.c
--- a/crypto/external/bsd/openssh/dist/sshd.c   Tue Oct 28 21:35:56 2014 +0000
+++ b/crypto/external/bsd/openssh/dist/sshd.c   Tue Oct 28 21:36:16 2014 +0000
@@ -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 <ylo%cs.hut.fi@localhost>
@@ -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 @@
  */
 
 /*ARGSUSED*/
-__dead static void
+static void
 sighup_handler(int sig)
 {
        int save_errno = errno;



Home | Main Index | Thread Index | Old Index