Ignore:
Timestamp:
Jul 10, 2003, 6:38:11 PM (22 years ago)
Author:
bird
Message:

#427: header updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/386/endian.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r341 r342  
    3131 * SUCH DAMAGE.
    3232 *
    33  *      from: @(#)endian.h      7.8 (Berkeley) 4/3/91
     33 *      @(#)endian.h    7.8 (Berkeley) 4/3/91
    3434 * $FreeBSD: src/sys/i386/include/endian.h,v 1.35 2002/09/23 04:32:16 mike Exp $
    3535 *
    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.
    3738 */
    3839
     
    4041#define _MACHINE_ENDIAN_H_
    4142
     43#include <sys/cdefs.h>
     44#include <sys/_types.h>
    4245
    4346/*
     
    5558#define _PDP_ENDIAN     3412    /* LSB first in word, MSW first in long */
    5659
    57 #define _BYTE_ORDER     LITTLE_ENDIAN
     60#define _BYTE_ORDER     _LITTLE_ENDIAN
    5861
    5962/*
     
    6770#define BYTE_ORDER      _BYTE_ORDER
    6871#endif
    69 
    70 #include <sys/cdefs.h>
    71 
    7272
    7373#ifdef __GNUC__
     
    138138
    139139
    140 /* For toolkit compatibility we must do this stuff here.
     140/* bird:
     141 * For toolkit compatibility we must do this stuff here.
    141142 * Not sure how correct this is now. And mixing 4 versions
    142143 * of (Free)BSD doesn't help....
Note: See TracChangeset for help on using the changeset viewer.