caddr_t is obsolete. Replace by void *, except for struct empfile
member cache, which becomes char * to keep pointer arithmetic simple.
This commit is contained in:
parent
059353e957
commit
dcfd251f95
40 changed files with 80 additions and 82 deletions
|
@ -42,7 +42,6 @@
|
|||
#if defined(_WIN32)
|
||||
typedef unsigned char u_char;
|
||||
typedef unsigned short u_short;
|
||||
typedef char *caddr_t;
|
||||
typedef unsigned int u_int;
|
||||
|
||||
/* integral mismatch, due to misuse of sector short */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue