From a807b75e38c1a0dbc0c3c8f0f38accc65c3c84d5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 20 Aug 2008 14:59:51 +0000 Subject: Use stdbool.h. Remove local bool. --- cpukit/pppd/pppd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpukit/pppd/pppd.h b/cpukit/pppd/pppd.h index 46e80f5585..ae6f6640f8 100644 --- a/cpukit/pppd/pppd.h +++ b/cpukit/pppd/pppd.h @@ -22,6 +22,7 @@ #ifndef __PPPD_H__ #define __PPPD_H__ +#include /* bool */ #include /* for FILE */ #include /* for NGROUPS_MAX */ #include /* for MAXPATHLEN and BSD4_4, if defined */ @@ -59,8 +60,6 @@ * Option descriptor structure. */ -typedef unsigned char bool; - enum opt_type { o_special_noarg = 0, o_special = 1, -- cgit v1.2.3