Added some system V things
authorceriel <none@none>
Tue, 27 Jan 1987 16:51:19 +0000 (16:51 +0000)
committerceriel <none@none>
Tue, 27 Jan 1987 16:51:19 +0000 (16:51 +0000)
include/_tail_cc/sys/types.h
include/_tail_mon/sys/types.h

index c823fc1..a9e8a63 100644 (file)
@@ -26,3 +26,11 @@ typedef      long    time_t;
 typedef        long    label_t[14];
 typedef        short   dev_t;
 typedef        long    off_t;
+
+/* system V compatibility: */
+typedef unsigned int   uint;
+typedef unsigned short ushort;
+typedef unsigned char  uchar_t;
+typedef short          cnt_t;
+typedef long           paddr_t;
+typedef long           key_t;
index c823fc1..a9e8a63 100644 (file)
@@ -26,3 +26,11 @@ typedef      long    time_t;
 typedef        long    label_t[14];
 typedef        short   dev_t;
 typedef        long    off_t;
+
+/* system V compatibility: */
+typedef unsigned int   uint;
+typedef unsigned short ushort;
+typedef unsigned char  uchar_t;
+typedef short          cnt_t;
+typedef long           paddr_t;
+typedef long           key_t;