]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2006/07/30 20:15:19
authordjm <djm>
Sat, 5 Aug 2006 01:35:23 +0000 (01:35 +0000)
committerdjm <djm>
Sat, 5 Aug 2006 01:35:23 +0000 (01:35 +0000)
     [atomicio.h]
     order includes to KNF

ChangeLog
atomicio.h

index ecd9677f510047222ce521d2c0bae40f6a7e8f5e..709c7fb7aa78ff267dc1312e4068effdbb9bc94b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      avoid confusing wording in HashKnownHosts:
      originally spotted by alan amesbury;
      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
  - (dtucker) [configure.ac] The "crippled AES" test does not work on recent
index 03bf065e29815ff788dd8496bd96e368d75b494a..05b97ab8bf44f336396810375c22b3560b517ab1 100644 (file)
@@ -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.
 #define _ATOMICIO_H
 
 #include <sys/types.h>
-#include <unistd.h>
 #include <sys/uio.h>
 
+#include <unistd.h>
+
 /*
  * Ensure all of data on socket comes through. f==read || f==vwrite
  */
This page took 0.042713 seconds and 5 git commands to generate.