From bdd3e67c1965c262ae6a6ae1ac88d06dc4393bda Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Sun, 24 Oct 2010 18:35:55 -0700 Subject: [PATCH] - (tim) [openbsd-compat/glob.h] Remove sys/cdefs.h include that came with 1.12 to unbreak Solaris build. ok djm@ --- ChangeLog | 5 +++++ openbsd-compat/glob.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index df2e7295e..f48cbb5c9 100644 --- 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 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 @@ #ifndef _GLOB_H_ #define _GLOB_H_ -#include #include struct stat;