Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/aoutm68k This file now needs <compat/sys/stat.h> ...



details:   https://anonhg.NetBSD.org/src/rev/a6296cae1ba3
branches:  trunk
changeset: 584361:a6296cae1ba3
user:      he <he%NetBSD.org@localhost>
date:      Wed Sep 14 13:49:27 2005 +0000

description:
This file now needs <compat/sys/stat.h> to build.

diffstat:

 sys/compat/aoutm68k/aoutm68k_stat.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r c6dad4aa0564 -r a6296cae1ba3 sys/compat/aoutm68k/aoutm68k_stat.c
--- a/sys/compat/aoutm68k/aoutm68k_stat.c       Wed Sep 14 13:46:32 2005 +0000
+++ b/sys/compat/aoutm68k/aoutm68k_stat.c       Wed Sep 14 13:49:27 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aoutm68k_stat.c,v 1.11 2005/08/22 10:57:04 he Exp $    */
+/*     $NetBSD: aoutm68k_stat.c,v 1.12 2005/09/14 13:49:27 he Exp $    */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aoutm68k_stat.c,v 1.11 2005/08/22 10:57:04 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aoutm68k_stat.c,v 1.12 2005/09/14 13:49:27 he Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -54,6 +54,8 @@
 #include <sys/sa.h>
 #include <sys/syscallargs.h>
 
+#include <compat/sys/stat.h>
+
 #include <compat/aoutm68k/aoutm68k_util.h>
 #include <compat/aoutm68k/aoutm68k_stat.h>
 #include <compat/aoutm68k/aoutm68k_syscall.h>



Home | Main Index | Thread Index | Old Index