summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-misc.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 14:42:54 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 14:42:54 +1100
commit6645e7a70d1b46b2cb408e1a13755c300a0d47c2 (patch)
tree66b325a70d0882aecce752334b06f87ca8612e0c /openbsd-compat/bsd-misc.c
parent34877d2e1744237569555c73afbed02e338218f2 (diff)
- (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c]
[sftp-client.c ssh-keysign.c ssh.c sshconnect.c sshconnect2.c] [sshd.c openbsd-compat/bsd-misc.c openbsd-compat/bsd-openpty.c] [openbsd-compat/glob.c openbsd-compat/mktemp.c] [openbsd-compat/readpassphrase.c] Lots of include fixes for OpenSolaris
Diffstat (limited to 'openbsd-compat/bsd-misc.c')
-rw-r--r--openbsd-compat/bsd-misc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c
index d32b054d7..00482616d 100644
--- a/openbsd-compat/bsd-misc.c
+++ b/openbsd-compat/bsd-misc.c
@@ -16,9 +16,12 @@
16 */ 16 */
17 17
18#include "includes.h" 18#include "includes.h"
19
20#include <signal.h>
21
19#include "xmalloc.h" 22#include "xmalloc.h"
20 23
21RCSID("$Id: bsd-misc.c,v 1.28 2005/11/01 22:07:31 dtucker Exp $"); 24RCSID("$Id: bsd-misc.c,v 1.29 2006/03/15 03:42:57 djm Exp $");
22 25
23#ifndef HAVE___PROGNAME 26#ifndef HAVE___PROGNAME
24char *__progname; 27char *__progname;