add register_t for impending syscall args changes
authorChris G. Demetriou <cgd@ucbvax.Berkeley.EDU>
Tue, 10 Jan 1995 10:26:50 +0000 (02:26 -0800)
committerChris G. Demetriou <cgd@ucbvax.Berkeley.EDU>
Tue, 10 Jan 1995 10:26:50 +0000 (02:26 -0800)
SCCS-vsn: sys/hp300/include/types.h 8.4

usr/src/sys/hp300/include/types.h

index 0427141..3521457 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)types.h     8.3 (Berkeley) %G%
+ *     @(#)types.h     8.4 (Berkeley) %G%
  */
 
 #ifndef        _MACHTYPES_H_
  */
 
 #ifndef        _MACHTYPES_H_
@@ -36,4 +36,6 @@ typedef       unsigned int            u_int32_t;
 typedef        long long                 int64_t;
 typedef        unsigned long long      u_int64_t;
 
 typedef        long long                 int64_t;
 typedef        unsigned long long      u_int64_t;
 
+typedef        int32_t                 register_t;
+
 #endif /* _MACHTYPES_H_ */
 #endif /* _MACHTYPES_H_ */