[sshconnect2.c]
     djm owes me a vb and a tism cd for breaking ssh compilation
This commit is contained in:
Darren Tucker 2007-05-20 15:11:33 +10:00
parent 7fa339bb7c
commit f520ea1567
2 changed files with 6 additions and 2 deletions

View File

@ -33,6 +33,9 @@
pass received SIGINT from monitor to postauth child so it can clean
up properly. bz#1196, patch from senthilkumar_sen AT hotpop.com;
ok markus@
- jolan@cvs.openbsd.org 2007/05/17 23:53:41
[sshconnect2.c]
djm owes me a vb and a tism cd for breaking ssh compilation
20070509
- (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
@ -2933,4 +2936,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4667 2007/05/20 05:10:16 dtucker Exp $
$Id: ChangeLog,v 1.4668 2007/05/20 05:11:33 dtucker Exp $

View File

@ -1,4 +1,4 @@
/* $OpenBSD: sshconnect2.c,v 1.163 2007/05/17 20:48:13 djm Exp $ */
/* $OpenBSD: sshconnect2.c,v 1.164 2007/05/17 23:53:41 jolan Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@ -31,6 +31,7 @@
#include <sys/stat.h>
#include <errno.h>
#include <netdb.h>
#include <pwd.h>
#include <signal.h>
#include <stdarg.h>