(u_char, u_short, u_int): BSDisms. Figuring out whether sys/types.h
defines them would be possible, but isn't worth the trouble. Replace by unabbreviated types.
This commit is contained in:
parent
21bf6b41d4
commit
8054aafb9a
22 changed files with 109 additions and 113 deletions
|
@ -61,7 +61,7 @@ look(void)
|
|||
int x, y;
|
||||
int civ;
|
||||
int mil;
|
||||
u_char *bitmap;
|
||||
unsigned char *bitmap;
|
||||
int changed = 0;
|
||||
|
||||
if (!snxtitem(&ni, EF_SHIP, player->argp[1]))
|
||||
|
@ -186,7 +186,7 @@ llook(void)
|
|||
int x, y;
|
||||
int civ;
|
||||
int mil;
|
||||
u_char *bitmap;
|
||||
unsigned char *bitmap;
|
||||
int changed = 0;
|
||||
|
||||
if (!snxtitem(&ni, EF_LAND, player->argp[1]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue