s/i386/__i386__/.
This commit is contained in:
parent
736004cf1c
commit
dfd4477d85
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.40 2005/12/11 12:20:12 christos Exp $ */
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.41 2008/01/01 17:40:22 njoly Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
@ -39,7 +39,7 @@
|
||||
#ifndef _LINUX_SYSCALLARGS_H
|
||||
#define _LINUX_SYSCALLARGS_H
|
||||
|
||||
#if defined(i386)
|
||||
#if defined(__i386__)
|
||||
#include <compat/linux/arch/i386/linux_syscallargs.h>
|
||||
#elif defined(__m68k__)
|
||||
#include <compat/linux/arch/m68k/linux_syscallargs.h>
|
||||
|
Loading…
Reference in New Issue
Block a user