- stevesk@cvs.openbsd.org 2006/07/30 20:15:19
[atomicio.h] order includes to KNF
This commit is contained in:
parent
858bb7dc7c
commit
1a5b4041fb
|
@ -30,6 +30,11 @@
|
||||||
avoid confusing wording in HashKnownHosts:
|
avoid confusing wording in HashKnownHosts:
|
||||||
originally spotted by alan amesbury;
|
originally spotted by alan amesbury;
|
||||||
ok deraadt
|
ok deraadt
|
||||||
|
- jmc@cvs.openbsd.org 2006/07/27 08:00:50
|
||||||
|
[ssh_config.5]
|
||||||
|
avoid confusing wording in HashKnownHosts:
|
||||||
|
originally spotted by alan amesbury;
|
||||||
|
ok deraadt
|
||||||
|
|
||||||
20060804
|
20060804
|
||||||
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
|
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
|
||||||
|
@ -5100,4 +5105,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4447 2006/08/05 01:34:51 djm Exp $
|
$Id: ChangeLog,v 1.4448 2006/08/05 01:35:23 djm Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: atomicio.h,v 1.8 2006/04/16 00:52:55 djm Exp $ */
|
/* $OpenBSD: atomicio.h,v 1.9 2006/07/30 20:15:19 stevesk Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2006 Damien Miller. All rights reserved.
|
* Copyright (c) 2006 Damien Miller. All rights reserved.
|
||||||
|
@ -30,9 +30,10 @@
|
||||||
#define _ATOMICIO_H
|
#define _ATOMICIO_H
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ensure all of data on socket comes through. f==read || f==vwrite
|
* Ensure all of data on socket comes through. f==read || f==vwrite
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue