diff options
| author | 2002-04-04 19:12:08 +0000 | |
|---|---|---|
| committer | 2002-04-04 19:12:08 +0000 | |
| commit | d79de7ff7570de640252ff3ab8ae7105f99e6475 (patch) | |
| tree | 42fc20af1925d3a259726e459ed8381a6efe759a /lib/libc/time/private.h | |
| parent | So many clocks, so little time; update to tzdata2002c from elsie.nci.nih.gov (diff) | |
| download | wireguard-openbsd-d79de7ff7570de640252ff3ab8ae7105f99e6475.tar.xz wireguard-openbsd-d79de7ff7570de640252ff3ab8ae7105f99e6475.zip | |
Minor updates from tzcode2002c
Diffstat (limited to 'lib/libc/time/private.h')
| -rw-r--r-- | lib/libc/time/private.h | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/lib/libc/time/private.h b/lib/libc/time/private.h index 7fa953fd133..5d402fde11d 100644 --- a/lib/libc/time/private.h +++ b/lib/libc/time/private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: private.h,v 1.13 2000/09/06 23:05:11 millert Exp $ */ +/* $OpenBSD: private.h,v 1.14 2002/04/04 19:12:09 millert Exp $ */ #ifndef PRIVATE_H #define PRIVATE_H @@ -33,7 +33,7 @@ #if 0 #ifndef lint #ifndef NOID -static char privatehid[] = "@(#)private.h 7.51"; +static char privatehid[] = "@(#)private.h 7.52"; #endif /* !defined NOID */ #endif /* !defined lint */ #endif @@ -67,6 +67,10 @@ static char privatehid[] = "@(#)private.h 7.51"; #define HAVE_SYMLINK 1 #endif /* !defined HAVE_SYMLINK */ +#ifndef HAVE_SYS_STAT_H +#define HAVE_SYS_STAT_H 1 +#endif /* !defined HAVE_SYS_STAT_H */ + #ifndef HAVE_SYS_WAIT_H #define HAVE_SYS_WAIT_H 1 #endif /* !defined HAVE_SYS_WAIT_H */ @@ -138,16 +142,6 @@ static char privatehid[] = "@(#)private.h 7.51"; */ /* -** SunOS 4.1.1 cc lacks const. -*/ - -#ifndef const -#ifndef __STDC__ -#define const -#endif /* !defined __STDC__ */ -#endif /* !defined const */ - -/* ** SunOS 4.1.1 cc lacks prototypes. */ |
