- (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with

1.12 to unbreak Solaris build.
   ok djm@
This commit is contained in:
Tim Rice 2010-10-24 18:35:55 -07:00
parent 7bc236de21
commit bdd3e67c19
2 changed files with 5 additions and 1 deletions

View File

@ -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 20101024
- (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build. - (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build.
- (dtucker) [regress/cert-hostkey.sh] Disable ECC-based tests on platforms - (dtucker) [regress/cert-hostkey.sh] Disable ECC-based tests on platforms

View File

@ -45,7 +45,6 @@
#ifndef _GLOB_H_ #ifndef _GLOB_H_
#define _GLOB_H_ #define _GLOB_H_
#include <sys/cdefs.h>
#include <sys/stat.h> #include <sys/stat.h>
struct stat; struct stat;