aboutsummaryrefslogtreecommitdiffstats
path: root/gtp/pdp.h
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/pdp.h
parent1a69a50976ed58418538e513aad4ca9ab5cf369c (diff)
Rename u_int to uint
Diffstat (limited to 'gtp/pdp.h')
-rw-r--r--gtp/pdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtp/pdp.h b/gtp/pdp.h
index 62175ef..a6780cd 100644
--- a/gtp/pdp.h
+++ b/gtp/pdp.h
@@ -199,7 +199,7 @@ struct pdp_t {
int version; /* Protocol version currently in use. 0 or 1 */
uint64_t tid; /* Combination of imsi and nsapi */
- u_int16_t seq; /* Sequence number of last request */
+ uint16_t seq; /* Sequence number of last request */
struct sockaddr_in sa_peer; /* Address of last request */
int fd; /* File descriptor request was received on */