(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
|
@ -100,10 +100,10 @@ struct natstr {
|
|||
coord nat_xorg, nat_yorg; /* origin location in abs coords */
|
||||
s_char nat_dayno; /* day of the year mod 128 */
|
||||
s_char nat_update; /* Want an update or not. */
|
||||
u_char nat_missed; /* How many updates missed */
|
||||
u_short nat_tgms; /* # of telegrams to be announced */
|
||||
u_short nat_ann; /* # of annos pending */
|
||||
u_short nat_minused; /* number of minutes used today */
|
||||
unsigned char nat_missed; /* How many updates missed */
|
||||
unsigned short nat_tgms; /* # of telegrams to be announced */
|
||||
unsigned short nat_ann; /* # of annos pending */
|
||||
unsigned short nat_minused; /* number of minutes used today */
|
||||
short nat_btu; /* bureaucratic time units */
|
||||
long nat_reserve; /* military reserves */
|
||||
long nat_money; /* moola */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue