gsm 08.08: Fix some u_int8_t -> uint8_t
authorSylvain Munaut <tnt@246tNt.com>
Wed, 28 Apr 2010 08:05:29 +0000 (10:05 +0200)
committerSylvain Munaut <tnt@246tNt.com>
Wed, 28 Apr 2010 08:05:29 +0000 (10:05 +0200)
commita074ec4b893af1eda06144b8b857a09cc9b1c375
tree5db52c4ba1acb0bb2a4a7e57e493e9838528a318
parent221030fc85c9e0232eb0adcf1142ac1c48c8778a
gsm 08.08: Fix some u_int8_t -> uint8_t

This breaks the ARM build in osmocom-bb. Besides uint??_t seems to
be the preferred type in osmocore. (coming from stdint.h vs sys/types.h)

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
include/osmocore/protocol/gsm_08_08.h
src/gsm0808.c