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

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

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

CVSweb