summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arc/include/ansi.h4
-rw-r--r--sys/arch/arm32/include/ansi.h4
-rw-r--r--sys/arch/i386/include/ansi.h6
-rw-r--r--sys/arch/mvme88k/include/ansi.h4
-rw-r--r--sys/arch/pc532/include/ansi.h5
-rw-r--r--sys/arch/sparc/include/ansi.h4
6 files changed, 20 insertions, 7 deletions
diff --git a/sys/arch/arc/include/ansi.h b/sys/arch/arc/include/ansi.h
index a8ded390579..34e27a43dd1 100644
--- a/sys/arch/arc/include/ansi.h
+++ b/sys/arch/arc/include/ansi.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ansi.h,v 1.1 1996/06/24 09:07:17 pefo Exp $ */
+/* $OpenBSD: ansi.h,v 1.2 1997/04/20 20:46:40 tholo Exp $ */
/* $NetBSD: ansi.h,v 1.5 1994/10/26 21:09:33 cgd Exp $ */
/*-
@@ -54,6 +54,8 @@
#define _BSD_SSIZE_T_ int /* byte count or error */
#define _BSD_TIME_T_ long /* time() */
#define _BSD_VA_LIST_ char * /* va_list */
+#define _BSD_CLOCKID_T_ int
+#define _BSD_TIMER_T_ int
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
diff --git a/sys/arch/arm32/include/ansi.h b/sys/arch/arm32/include/ansi.h
index 5743081cacd..f90de344ed5 100644
--- a/sys/arch/arm32/include/ansi.h
+++ b/sys/arch/arm32/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.3 1996/03/16 01:31:48 jtc Exp $ */
+/* $NetBSD: ansi.h,v 1.4 1996/11/15 22:38:49 jtc Exp $ */
/*
* Copyright (c) 1990, 1993
@@ -53,6 +53,8 @@
#define _BSD_SSIZE_T_ int /* byte count or error */
#define _BSD_TIME_T_ long /* time() */
#define _BSD_VA_LIST_ char * /* va_list */
+#define _BSD_CLOCKID_T_ int
+#define _BSD_TIMER_T_ int
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
diff --git a/sys/arch/i386/include/ansi.h b/sys/arch/i386/include/ansi.h
index a0998d57569..4ae5ae27a77 100644
--- a/sys/arch/i386/include/ansi.h
+++ b/sys/arch/i386/include/ansi.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: ansi.h,v 1.3 1996/04/18 19:21:31 niklas Exp $ */
-/* $NetBSD: ansi.h,v 1.6 1996/03/16 01:31:50 jtc Exp $ */
+/* $OpenBSD: ansi.h,v 1.4 1997/04/20 20:46:42 tholo Exp $ */
+/* $NetBSD: ansi.h,v 1.7 1996/11/15 22:38:50 jtc Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -54,6 +54,8 @@
#define _BSD_SSIZE_T_ int /* byte count or error */
#define _BSD_TIME_T_ long /* time() */
#define _BSD_VA_LIST_ char * /* va_list */
+#define _BSD_CLOCKID_T_ int
+#define _BSD_TIMER_T_ int
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
diff --git a/sys/arch/mvme88k/include/ansi.h b/sys/arch/mvme88k/include/ansi.h
index a1d9d668c93..00870207282 100644
--- a/sys/arch/mvme88k/include/ansi.h
+++ b/sys/arch/mvme88k/include/ansi.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)ansi.h 8.2 (Berkeley) 1/4/94
- * $Id: ansi.h,v 1.3 1997/03/03 20:20:43 rahnds Exp $
+ * $Id: ansi.h,v 1.4 1997/04/20 20:46:43 tholo Exp $
*/
#ifndef _ANSI_H_
@@ -51,6 +51,8 @@
#define _BSD_SIZE_T_ unsigned int /* sizeof() */
#define _BSD_SSIZE_T_ int /* byte count or error */
#define _BSD_TIME_T_ long /* time() */
+#define _BSD_CLOCKID_T_ int
+#define _BSD_TIMER_T_ int
#include "va-m88k.h"
diff --git a/sys/arch/pc532/include/ansi.h b/sys/arch/pc532/include/ansi.h
index 4251db0c798..8042e321ce4 100644
--- a/sys/arch/pc532/include/ansi.h
+++ b/sys/arch/pc532/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.6 1994/10/26 08:24:21 cgd Exp $ */
+/* $NetBSD: ansi.h,v 1.8 1996/11/15 22:38:56 jtc Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -53,6 +53,8 @@
#define _BSD_SSIZE_T_ int /* byte count or error */
#define _BSD_TIME_T_ long /* time() */
#define _BSD_VA_LIST_ char * /* va_list */
+#define _BSD_CLOCKID_T_ int
+#define _BSD_TIMER_T_ int
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural
@@ -69,6 +71,7 @@
* defined for ctype.h.
*/
#define _BSD_WCHAR_T_ int /* wchar_t */
+#define _BSD_WINT_T_ int /* wint_t */
#define _BSD_RUNE_T_ int /* rune_t */
#endif /* _ANSI_H_ */
diff --git a/sys/arch/sparc/include/ansi.h b/sys/arch/sparc/include/ansi.h
index a74e468804f..d4673e70ff1 100644
--- a/sys/arch/sparc/include/ansi.h
+++ b/sys/arch/sparc/include/ansi.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ansi.h,v 1.5 1996/03/31 22:21:21 pk Exp $ */
+/* $NetBSD: ansi.h,v 1.6 1996/11/15 22:38:59 jtc Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -53,6 +53,8 @@
#define _BSD_SSIZE_T_ int /* byte count or error */
#define _BSD_TIME_T_ long /* time() */
#define _BSD_VA_LIST_ char * /* va_list */
+#define _BSD_CLOCKID_T_ int
+#define _BSD_TIMER_T_ int
/*
* Runes (wchar_t) is declared to be an ``int'' instead of the more natural