[BACK]Return to hpux_exec.h CVS log [TXT][DIR] Up to [local] / sys / compat / hpux

Annotation of sys/compat/hpux/hpux_exec.h, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: hpux_exec.h,v 1.7 2004/07/09 21:33:44 mickey Exp $    */
        !             2:
        !             3: #if defined(__hppa__)
        !             4: #include <compat/hpux/hppa/hpux_exec.h>
        !             5: #elif defined(__m68k__)
        !             6: #include <compat/hpux/m68k/hpux_exec.h>
        !             7: #else
        !             8: #error COMPILING FOR UNSUPPORTED ARCHITECTURE
        !             9: #endif

CVSweb