Skip to content
Snippets Groups Projects
Commit 4c94dfac authored by Ahmed Abd El Mawgood's avatar Ahmed Abd El Mawgood
Browse files

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 :(
parent 0cc0fbec
No related branches found
No related tags found
No related merge requests found
...@@ -30,5 +30,6 @@ typedef unsigned int u_int, uint; ...@@ -30,5 +30,6 @@ typedef unsigned int u_int, uint;
typedef unsigned long u_long, ulong; typedef unsigned long u_long, ulong;
typedef long long quad_t; typedef long long quad_t;
typedef unsigned long long u_quad_t; typedef unsigned long long u_quad_t;
typedef char *caddr_t;
#endif /* _SYS_TYPES_H */ #endif /* _SYS_TYPES_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment