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
|
@ -207,7 +207,7 @@ expose_ship(struct shpstr *s1, struct shpstr *s2)
|
|||
*/
|
||||
|
||||
int
|
||||
tend_nxtitem(struct nstr_item *np, caddr_t ptr)
|
||||
tend_nxtitem(struct nstr_item *np, void *ptr)
|
||||
{
|
||||
struct genitem *gp;
|
||||
int selected;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue