summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/time/private.h')
-rw-r--r--lib/libc/time/private.h18
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.
*/