Changeset 342 for trunk/src/emx/include/386/endian.h
- Timestamp:
- Jul 10, 2003, 6:38:11 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/386/endian.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r341 r342 31 31 * SUCH DAMAGE. 32 32 * 33 * from:@(#)endian.h 7.8 (Berkeley) 4/3/9133 * @(#)endian.h 7.8 (Berkeley) 4/3/91 34 34 * $FreeBSD: src/sys/i386/include/endian.h,v 1.35 2002/09/23 04:32:16 mike Exp $ 35 35 * 36 * bird: this is a bit mixed up. with 1.18 too. 36 * @@level FreeBSD 5.1 37 * @@changed bird: Mixed in older stuff for toolkit compatibility. Not sure how successfull that is. 37 38 */ 38 39 … … 40 41 #define _MACHINE_ENDIAN_H_ 41 42 43 #include <sys/cdefs.h> 44 #include <sys/_types.h> 42 45 43 46 /* … … 55 58 #define _PDP_ENDIAN 3412 /* LSB first in word, MSW first in long */ 56 59 57 #define _BYTE_ORDER LITTLE_ENDIAN60 #define _BYTE_ORDER _LITTLE_ENDIAN 58 61 59 62 /* … … 67 70 #define BYTE_ORDER _BYTE_ORDER 68 71 #endif 69 70 #include <sys/cdefs.h>71 72 72 73 73 #ifdef __GNUC__ … … 138 138 139 139 140 /* For toolkit compatibility we must do this stuff here. 140 /* bird: 141 * For toolkit compatibility we must do this stuff here. 141 142 * Not sure how correct this is now. And mixing 4 versions 142 143 * of (Free)BSD doesn't help.... -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.