BSD 4_4_Lite1 release
[unix-history] / usr / src / sys / hp300 / include / types.h
index 5956da8..ef532cf 100644 (file)
@@ -30,7 +30,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)types.h     8.1 (Berkeley) 6/10/93
+ *     @(#)types.h     8.3 (Berkeley) 1/5/94
  */
 
 #ifndef        _MACHTYPES_H_
  */
 
 #ifndef        _MACHTYPES_H_
@@ -46,14 +46,14 @@ typedef struct label_t {                    /* Consistent with HP-UX. */
 } label_t;
 #endif
 
 } label_t;
 #endif
 
-typedef        u_long  vm_offset_t;
-typedef        u_long  vm_size_t;
+typedef        unsigned long   vm_offset_t;
+typedef        unsigned long   vm_size_t;
 
 /*
  * Basic integral types.  Omit the typedef if
  * not possible for a machine/compiler combination.
  */
 
 /*
  * Basic integral types.  Omit the typedef if
  * not possible for a machine/compiler combination.
  */
-typedef        signed char                int8_t;
+typedef        __signed char              int8_t;
 typedef        unsigned char            u_int8_t;
 typedef        short                     int16_t;
 typedef        unsigned short          u_int16_t;
 typedef        unsigned char            u_int8_t;
 typedef        short                     int16_t;
 typedef        unsigned short          u_int16_t;