aboutsummaryrefslogtreecommitdiffstats
path: root/include/ipaccess.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-31 04:38:17 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-31 04:38:17 +0800
commit585f3d90d17745418e162b26e76f92d6c36cf3a0 (patch)
treea29d6763fae57a058703639c16156464b36bf5b0 /include/ipaccess.h
parent5aa17014deace6d91a5cbb9784a9c05521ba19c8 (diff)
u_int16_t -> uint16_t
Diffstat (limited to 'include/ipaccess.h')
-rw-r--r--include/ipaccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ipaccess.h b/include/ipaccess.h
index c6c4739..ca12eed 100644
--- a/include/ipaccess.h
+++ b/include/ipaccess.h
@@ -7,7 +7,7 @@
#define IPA_TCP_PORT_RSL 3003
struct ipaccess_head {
- u_int16_t len; /* network byte order */
+ uint16_t len; /* network byte order */
uint8_t proto;
uint8_t data[0];
} __attribute__ ((packed));