- djm@cvs.openbsd.org 2006/05/08 10:49:48

[sshconnect2.c]
     uint32_t -> u_int32_t (which we use everywhere else)
     (Id sync only - portable already had this)
This commit is contained in:
Damien Miller 2006-06-13 12:59:53 +10:00
parent f14b2aa672
commit e250a94e69
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
20060613
- OpenBSD CVS Sync
- djm@cvs.openbsd.org 2006/05/08 10:49:48
[sshconnect2.c]
uint32_t -> u_int32_t (which we use everywhere else)
(Id sync only - portable already had this)
20060521
- (dtucker) [auth.c monitor.c] Now that we don't log from both the monitor
and slave, we can remove the special-case handling in the audit hook in
@ -4630,4 +4637,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4330 2006/05/21 08:26:40 dtucker Exp $
$Id: ChangeLog,v 1.4331 2006/06/13 02:59:53 djm Exp $

View File

@ -1,4 +1,4 @@
/* $OpenBSD: sshconnect2.c,v 1.152 2006/04/25 08:02:27 dtucker Exp $ */
/* $OpenBSD: sshconnect2.c,v 1.153 2006/05/08 10:49:48 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*