Add type definition for caddr_t

Normally one shouldn't be using this datatype ever, but then someone
have to tell that to gcc folks :(
This commit is contained in:
oddcoder
2020-05-22 21:54:42 +02:00
parent 0cc0fbecdc
commit 4c94dfac00
+1
View File
@@ -30,5 +30,6 @@ typedef unsigned int u_int, uint;
typedef unsigned long u_long, ulong;
typedef long long quad_t;
typedef unsigned long long u_quad_t;
typedef char *caddr_t;
#endif /* _SYS_TYPES_H */