summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2010-10-24 18:35:55 -0700
committerTim Rice <tim@multitalents.net>2010-10-24 18:35:55 -0700
commitbdd3e67c1965c262ae6a6ae1ac88d06dc4393bda (patch)
tree5d5054eb60f28999c14a08bdf7da2c34da38687d
parent7bc236de2124070a68e6b2360418142b0784a526 (diff)
- (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with
1.12 to unbreak Solaris build. ok djm@
-rw-r--r--ChangeLog5
-rw-r--r--openbsd-compat/glob.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index df2e7295e..f48cbb5c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
120101025
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
120101024 620101024
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
51struct stat; 50struct stat;