- (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:
parent
7bc236de21
commit
bdd3e67c19
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue