aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-11-07 00:06:19 +0900
committerHarald Welte <laforge@gnumonks.org>2009-11-07 00:06:19 +0900
commitd409be7faecb24640ee55b2be667340b9997775c (patch)
treee1dffad09249213abb0d669d3ba7b638c59bf0a0 /openbsc/include/openbsc/gsm_data.h
parentccf53c60c52399c4b19f6d37957fd42434e8d9f5 (diff)
change some identifiers from u_int64_t to unsigned long long
makes printf much easier on 64bit platforms...
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 94a70818a..c3ea45dce 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -416,7 +416,7 @@ struct gsm_network {
#define SMS_HDR_SIZE 128
#define SMS_TEXT_SIZE 256
struct gsm_sms {
- u_int64_t id;
+ unsigned long long id;
struct gsm_subscriber *sender;
struct gsm_subscriber *receiver;