Module Name: src Committed By: cegger Date: Sun Aug 16 22:06:13 UTC 2009
Modified Files: src/sys/arch/acorn32/acorn32: rpc_machdep.c Log Message: buildfix: #include <sys/exec_aout.h> To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/arch/acorn32/acorn32/rpc_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/acorn32/acorn32/rpc_machdep.c diff -u src/sys/arch/acorn32/acorn32/rpc_machdep.c:1.76 src/sys/arch/acorn32/acorn32/rpc_machdep.c:1.77 --- src/sys/arch/acorn32/acorn32/rpc_machdep.c:1.76 Tue Aug 11 17:04:14 2009 +++ src/sys/arch/acorn32/acorn32/rpc_machdep.c Sun Aug 16 22:06:12 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: rpc_machdep.c,v 1.76 2009/08/11 17:04:14 matt Exp $ */ +/* $NetBSD: rpc_machdep.c,v 1.77 2009/08/16 22:06:12 cegger Exp $ */ /* * Copyright (c) 2000-2002 Reinoud Zandijk. @@ -55,7 +55,7 @@ #include <sys/param.h> -__KERNEL_RCSID(0, "$NetBSD: rpc_machdep.c,v 1.76 2009/08/11 17:04:14 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rpc_machdep.c,v 1.77 2009/08/16 22:06:12 cegger Exp $"); #include <sys/systm.h> #include <sys/kernel.h> @@ -63,6 +63,7 @@ #include <sys/proc.h> #include <sys/msgbuf.h> #include <sys/exec.h> +#include <sys/exec_aout.h> #include <sys/ksyms.h> #include <dev/cons.h>