]> andersk Git - openssh.git/commitdiff
- (dtucker) Move #include of bsd-cygwin_util.h to openbsd-compat.h. Patch from
authordtucker <dtucker>
Sun, 4 May 2003 00:41:20 +0000 (00:41 +0000)
committerdtucker <dtucker>
Sun, 4 May 2003 00:41:20 +0000 (00:41 +0000)
   vinschen@redhat.com.

ChangeLog
includes.h
openbsd-compat/openbsd-compat.h

index 0056aa419280e58a961e4c0fff70a405a4d8a788..09ab009771232e14db0343d79ad201a12f54e9e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20030504
+ - (dtucker) Move #include of bsd-cygwin_util.h to openbsd-compat.h.  Patch from
+   vinschen@redhat.com.
+
 20030503
  - (dtucker) Add missing "void" to record_failed_login in bsd-cray.c.  Noted
    by wendyp@cray.com.
index 37d402ef40d46aa4fb12954ff5894d9b4b2ebdac..db9cfc92ea6676abdb7135252d1515a512a4c436 100644 (file)
@@ -167,7 +167,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 
 #include "version.h"
 #include "openbsd-compat/openbsd-compat.h"
-#include "openbsd-compat/bsd-cygwin_util.h"
 #include "openbsd-compat/bsd-nextstep.h"
 
 #include "entropy.h"
index 7f6c8f62b8018720f3f533156bd80849ecbcf244..f6a383db1aa9a4c08fdb7b233cbc1c8074f3b127 100644 (file)
@@ -43,6 +43,7 @@
 
 /* Routines for a single OS platform */
 #include "bsd-cray.h"
+#include "bsd-cygwin_util.h"
 #include "port-irix.h"
 #include "port-aix.h"
 
This page took 0.040549 seconds and 5 git commands to generate.