From e80aa4fae883fe42e3b34ad505a86d3239c4522a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 16 Sep 2007 06:23:26 +0000 Subject: =?UTF-8?q?2007-09-16=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libnetworking/net/ppp_defs.h: Include rtems/stdint.h. Use uint32_t for ext_accm. --- cpukit/ChangeLog | 5 +++++ cpukit/libnetworking/net/ppp_defs.h | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 6cbf668ee0..4aee609cd1 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2007-09-16 Ralf Corsépius + + * libnetworking/net/ppp_defs.h: Include rtems/stdint.h. + Use uint32_t for ext_accm. + 2007-09-16 Ralf Corsépius * pppd/auth.c, pppd/demand.c, pppd/ipcp.c, pppd/ipcp.h, diff --git a/cpukit/libnetworking/net/ppp_defs.h b/cpukit/libnetworking/net/ppp_defs.h index 81c46ee5fa..7fb32872ba 100644 --- a/cpukit/libnetworking/net/ppp_defs.h +++ b/cpukit/libnetworking/net/ppp_defs.h @@ -34,6 +34,8 @@ #ifndef _PPP_DEFS_H_ #define _PPP_DEFS_H_ +#include + /* * The basic PPP frame. */ @@ -85,7 +87,7 @@ /* * Extended asyncmap - allows any character to be escaped. */ -typedef u_int32_t ext_accm[8]; +typedef uint32_t ext_accm[8]; /* * What to do with network protocol (NP) packets. -- cgit v1.2.3