summaryrefslogtreecommitdiff
path: root/sys/arch/wgrisc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-01-08 03:04:10 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-01-08 03:04:10 +0000
commitcdd08e41775db247d14b073ba8f4c55aa1a4085b (patch)
tree77b5a4ebeababd04edfe29443ae8a20f16f6a532 /sys/arch/wgrisc
parent017a2a281ae476f7e3f513cd75351960d6df2d89 (diff)
make uint*_t line up nicely and add a few $OpenBSD$ tags that were missing
Diffstat (limited to 'sys/arch/wgrisc')
-rw-r--r--sys/arch/wgrisc/include/types.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/wgrisc/include/types.h b/sys/arch/wgrisc/include/types.h
index 83ec02c19d0..e5120d58e84 100644
--- a/sys/arch/wgrisc/include/types.h
+++ b/sys/arch/wgrisc/include/types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: types.h,v 1.2 1999/01/07 23:39:03 millert Exp $ */
+/* $OpenBSD: types.h,v 1.3 1999/01/08 03:04:09 millert Exp $ */
/* $NetBSD: types.h,v 1.10 1995/07/06 03:39:43 cgd Exp $ */
/*-
@@ -64,19 +64,19 @@ typedef unsigned long vm_size_t;
#define __BIT_TYPES_DEFINED__
typedef __signed char int8_t;
typedef unsigned char u_int8_t;
-typedef unsigned char uint8_t;
+typedef unsigned char uint8_t;
typedef short int16_t;
typedef unsigned short u_int16_t;
-typedef unsigned short uint16_t;
+typedef unsigned short uint16_t;
typedef int int32_t;
typedef unsigned int u_int32_t;
-typedef unsigned int uint32_t;
+typedef unsigned int uint32_t;
/* LONGLONG */
typedef long long int64_t;
/* LONGLONG */
typedef unsigned long long u_int64_t;
/* LONGLONG */
-typedef unsigned long long uint64_t;
+typedef unsigned long long uint64_t;
typedef int32_t register_t;