[BACK]Return to cdefs.h CVS log [TXT][DIR] Up to [local] / sys / arch / sgi / include

Annotation of sys/arch/sgi/include/cdefs.h, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: cdefs.h,v 1.2 2005/11/24 20:46:48 deraadt Exp $ */
        !             2:
        !             3: /* Use Mips generic include file */
        !             4:
        !             5: #include <mips64/cdefs.h>
        !             6:
        !             7: #if defined(lint) && !defined(__MIPSEB__)
        !             8: #define __MIPSEB__
        !             9: #undef __MIPSEL__
        !            10: #endif

CVSweb