aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/gtp.c
diff options
context:
space:
mode:
authorjjako <jjako>2004-01-09 11:56:48 +0000
committerjjako <jjako>2004-01-09 11:56:48 +0000
commitb7b93fc78f61b9081139f84429e362a8ca5ac675 (patch)
treea877e27fc1a0bac4651d608705ee5be16a72ce88 /gtp/gtp.c
parent1a69a50976ed58418538e513aad4ca9ab5cf369c (diff)
Rename u_int to uint
Diffstat (limited to 'gtp/gtp.c')
-rw-r--r--gtp/gtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtp/gtp.c b/gtp/gtp.c
index 0de69a4..a20b71c 100644
--- a/gtp/gtp.c
+++ b/gtp/gtp.c
@@ -179,7 +179,7 @@ extern int gtp_set_cb_data_ind(struct gsn_t *gsn,
* to hold the packet header.
* returns the length of the header. 0 on error.
**/
-static int get_default_gtp(int version, u_int8_t type, void *packet) {
+static int get_default_gtp(int version, uint8_t type, void *packet) {
struct gtp0_header *gtp0_default = (struct gtp0_header*) packet;
struct gtp1_header_long *gtp1_default = (struct gtp1_header_long*) packet;
switch (version) {