]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with
authorTim Rice <tim@multitalents.net>
Mon, 25 Oct 2010 01:35:55 +0000 (18:35 -0700)
committerTim Rice <tim@multitalents.net>
Mon, 25 Oct 2010 01:35:55 +0000 (18:35 -0700)
   1.12 to unbreak Solaris build.
   ok djm@

ChangeLog
openbsd-compat/glob.h

index df2e7295e50c30c225a6922d9f737ac767ac15bb..f48cbb5c9f217f86f296adb3bd42002bb124a3d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20101025
+ - (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with
+   1.12 to unbreak Solaris build.
+   ok djm@
+
 20101024
  - (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build.
  - (dtucker) [regress/cert-hostkey.sh] Disable ECC-based tests on platforms
index 4de16ffc8548643da7c884677c441168f69cd0df..f8a7fa5ffe3e11214f311ebbe2d5744ce8662080 100644 (file)
@@ -45,7 +45,6 @@
 #ifndef _GLOB_H_
 #define        _GLOB_H_
 
-#include <sys/cdefs.h>
 #include <sys/stat.h>
 
 struct stat;