Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/i386 we need more/different lintstub includes.
details: https://anonhg.NetBSD.org/src/rev/e2e241321ec6
branches: trunk
changeset: 538584:e2e241321ec6
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 23 00:58:28 2002 +0000
description:
we need more/different lintstub includes.
diffstat:
sys/arch/i386/i386/bioscall.s | 5 ++---
sys/arch/i386/i386/locore.s | 3 ++-
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r 8b43b5895277 -r e2e241321ec6 sys/arch/i386/i386/bioscall.s
--- a/sys/arch/i386/i386/bioscall.s Wed Oct 23 00:52:56 2002 +0000
+++ b/sys/arch/i386/i386/bioscall.s Wed Oct 23 00:58:28 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bioscall.s,v 1.7 2002/10/23 00:52:56 christos Exp $ */
+/* $NetBSD: bioscall.s,v 1.8 2002/10/23 00:58:28 christos Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -40,9 +40,8 @@
#include <machine/asm.h>
-/* LINTSTUB: include <machine/param.h> */
+/* LINTSTUB: include <sys/types.h> */
/* LINTSTUB: include <machine/bioscall.h> */
-/* LINTSTUB: include <machine/asm.h> */
.globl _C_LABEL(PTDpaddr) /* from locore.s */
diff -r 8b43b5895277 -r e2e241321ec6 sys/arch/i386/i386/locore.s
--- a/sys/arch/i386/i386/locore.s Wed Oct 23 00:52:56 2002 +0000
+++ b/sys/arch/i386/i386/locore.s Wed Oct 23 00:58:28 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.265 2002/10/05 21:20:00 fvdl Exp $ */
+/* $NetBSD: locore.s,v 1.266 2002/10/23 00:58:28 christos Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -106,6 +106,7 @@
#include <machine/i82489reg.h>
#endif
+/* LINTSTUB: include <sys/types.h> */
/* LINTSTUB: include <sys/systm.h> */
/* LINTSTUB: include <machine/cpu.h> */
Home |
Main Index |
Thread Index |
Old Index