From 8a4f22e64ec09db4075cccb24dc290386ce16a95 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 16 Sep 2007 04:13:48 +0000 Subject: Convert to using C99 fixed-size types instead of BSD fixed-size types. --- cpukit/pppd/magic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/pppd/magic.h') diff --git a/cpukit/pppd/magic.h b/cpukit/pppd/magic.h index 338fb2cbf4..572a550042 100644 --- a/cpukit/pppd/magic.h +++ b/cpukit/pppd/magic.h @@ -20,4 +20,4 @@ */ void magic_init(void); /* Initialize the magic number generator */ -u_int32_t magic(void); /* Returns the next magic number */ +uint32_t magic(void); /* Returns the next magic number */ -- cgit v1.2.3