]> andersk Git - openssh.git/commitdiff
- (tim) [includes.h] put sys/stat.h back in to quiet some "macro redefined:"
authortim <tim>
Wed, 15 Mar 2006 05:04:18 +0000 (05:04 +0000)
committertim <tim>
Wed, 15 Mar 2006 05:04:18 +0000 (05:04 +0000)
   warnings.

ChangeLog
includes.h

index cb68fd4cefd870a9ad730cd51395c49b1965af9c..add833e75f576b3a1746ed60b43c943c729380cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    [openbsd-compat/glob.c openbsd-compat/mktemp.c]
    [openbsd-compat/readpassphrase.c] Lots of include fixes for
    OpenSolaris
+ - (tim) [includes.h] put sys/stat.h back in to quiet some "macro redefined:"
+   warnings.
 
 20060313
  - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
index 431fa2d13f478e5ad61a709b75778ac999a0dab6..c9f6f372359703489acfa755eebbc5c13478b098 100644 (file)
@@ -110,6 +110,9 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
 #ifdef HAVE_SYS_CDEFS_H
 # include <sys/cdefs.h> /* For __P() */
 #endif
+#ifdef HAVE_SYS_STAT_H
+# include <sys/stat.h> /* For S_* constants and macros */
+#endif
 #ifdef HAVE_SYS_SYSMACROS_H
 # include <sys/sysmacros.h> /* For MIN, MAX, etc */
 #endif
This page took 0.044171 seconds and 5 git commands to generate.