summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1997-04-20 20:46:46 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1997-04-20 20:46:46 +0000
commit0a0fd40d0818be603667303b0bb184d4f776134a (patch)
tree03e6e9da9ade2c4b05065896e8df1fa28bb8484f /sys/arch/i386
parentcafd8ee2af3c878e519fbe909ded96c00fca835a (diff)
Add new clock related types; from NetBSD
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/include/ansi.h6
1 files changed, 4 insertions, 2 deletions
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