diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | openbsd-compat/glob.h | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ | |||
1 | 20101025 | ||
2 | - (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with | ||
3 | 1.12 to unbreak Solaris build. | ||
4 | ok djm@ | ||
5 | |||
1 | 20101024 | 6 | 20101024 |
2 | - (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build. | 7 | - (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build. |
3 | - (dtucker) [regress/cert-hostkey.sh] Disable ECC-based tests on platforms | 8 | - (dtucker) [regress/cert-hostkey.sh] Disable ECC-based tests on platforms |
diff --git a/openbsd-compat/glob.h b/openbsd-compat/glob.h index 4de16ffc8..f8a7fa5ff 100644 --- a/openbsd-compat/glob.h +++ b/openbsd-compat/glob.h | |||
@@ -45,7 +45,6 @@ | |||
45 | #ifndef _GLOB_H_ | 45 | #ifndef _GLOB_H_ |
46 | #define _GLOB_H_ | 46 | #define _GLOB_H_ |
47 | 47 | ||
48 | #include <sys/cdefs.h> | ||
49 | #include <sys/stat.h> | 48 | #include <sys/stat.h> |
50 | 49 | ||
51 | struct stat; | 50 | struct stat; |