Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.
This commit is contained in:
parent
226d80b821
commit
cbeb0b26e4
492 changed files with 3218 additions and 3167 deletions
|
|
@ -8,7 +8,7 @@ enum {
|
|||
GRE_srcrt = (1<<11),
|
||||
GRE_recur = (7<<8),
|
||||
GRE_ack = (1<<7),
|
||||
GRE_ver = 0x7,
|
||||
GRE_ver = 0x7
|
||||
};
|
||||
|
||||
/* GRE protocols */
|
||||
|
|
@ -25,7 +25,7 @@ enum {
|
|||
GRE_vinesecho = 0x0bae,
|
||||
GRE_vinesloop = 0x0baf,
|
||||
GRE_decnetIV = 0x6003,
|
||||
GRE_ppp = 0x880b,
|
||||
GRE_ppp = 0x880b
|
||||
};
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue