<rump/rump_syscalls.h>, not "rump_syscalls.h"
This commit is contained in:
parent
ab7329f0f7
commit
786ff94e12
@ -1,5 +1,5 @@
|
||||
#! /bin/sh -
|
||||
# $NetBSD: makesyscalls.sh,v 1.74 2008/11/12 14:29:31 ad Exp $
|
||||
# $NetBSD: makesyscalls.sh,v 1.75 2008/11/16 18:40:13 pooka Exp $
|
||||
#
|
||||
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
|
||||
# All rights reserved.
|
||||
@ -213,7 +213,7 @@ NR == 1 {
|
||||
printf "#include <sys/param.h>\n" > rumpcalls
|
||||
printf "#include <sys/proc.h>\n" > rumpcalls
|
||||
printf "#include <sys/syscallargs.h>\n" > rumpcalls
|
||||
printf "#include \"rump_syscalls.h\"\n" > rumpcalls
|
||||
printf "#include <rump/rump_syscalls.h>\n" > rumpcalls
|
||||
printf "#include \"rump_private.h\"\n\n" > rumpcalls
|
||||
printf "#if\tBYTE_ORDER == BIG_ENDIAN\n" > rumpcalls
|
||||
printf "#define SPARG(p,k)\t((p)->k.be.datum)\n" > rumpcalls
|
||||
|
Loading…
Reference in New Issue
Block a user