ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/include/ether_defs.h
(Generate patch)

Comparing SheepShaver/src/include/ether_defs.h (file contents):
Revision 1.6 by gbeauche, 2005-01-30T21:48:21Z vs.
Revision 1.7 by gbeauche, 2005-07-02T22:54:07Z

# Line 22 | Line 22
22   #define ETHER_DEFS_H
23  
24  
25 < #if __BEOS__ && __POWERPC__
25 > #if __MWERKS__ && __POWERPC__
26   #define PRAGMA_ALIGN_SUPPORTED 1
27   #define PACKED__
28   #else
# Line 209 | Line 209 | typedef int32                  nw_int32;
209   typedef uint8                   nw_uint8;
210   typedef uint16                  nw_uint16;
211   typedef uint32                  nw_uint32;
212 < typedef bool                    nw_bool;
212 > typedef int                             nw_bool;
213   typedef uint8 *                 nw_uint8_p;
214   typedef void *                  nw_void_p;
215   typedef datab *                 nw_datab_p;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines