summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-10-12 23:57:58 +0000
committeralex <alex@FreeBSD.org>1998-10-12 23:57:58 +0000
commit4d7dc29a1d86c6bf12c14946032213ffc8c61e46 (patch)
treeeeb98ab2689df4daf7200f1d6c86c59e9656c157 /sys
parentcc5346cb9ef9d3bb354784eb4d88a08ed13a32df (diff)
downloadFreeBSD-src-4d7dc29a1d86c6bf12c14946032213ffc8c61e46.zip
FreeBSD-src-4d7dc29a1d86c6bf12c14946032213ffc8c61e46.tar.gz
Bring in _BSD_UINT8_T_, _BSD_UINT16_T_, and _BSD_UINT32_T from the i386
ansi.h.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/include/ansi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/alpha/include/ansi.h b/sys/alpha/include/ansi.h
index 78e9331..aeaba52 100644
--- a/sys/alpha/include/ansi.h
+++ b/sys/alpha/include/ansi.h
@@ -1,4 +1,4 @@
-/* $Id: ansi.h,v 1.1 1998/01/10 10:13:13 jb Exp $ */
+/* $Id: ansi.h,v 1.2 1998/03/09 05:53:07 jb Exp $ */
/* From: NetBSD: ansi.h,v 1.9 1997/11/23 20:20:53 kleink Exp */
/*-
@@ -63,6 +63,9 @@ typedef struct {
#define _BSD_TIMER_T_ int /* timer_t */
#define _BSD_SUSECONDS_T_ int /* suseconds_t */
#define _BSD_USECONDS_T_ unsigned int /* useconds_t */
+#define _BSD_UINT8_T_ unsigned char /* uint8_t */
+#define _BSD_UINT16_T_ unsigned short /* uint16_t */
+#define _BSD_UINT32_T_ unsigned int /* uint32_t */
/*
* Types which are fundamental to the implementation and must be used
OpenPOWER on IntegriCloud