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 add more lintstub includes.



details:   https://anonhg.NetBSD.org/src/rev/8b43b5895277
branches:  trunk
changeset: 538583:8b43b5895277
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 23 00:52:56 2002 +0000

description:
add more lintstub includes.

diffstat:

 sys/arch/i386/i386/bioscall.s |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6732a83daeb4 -r 8b43b5895277 sys/arch/i386/i386/bioscall.s
--- a/sys/arch/i386/i386/bioscall.s     Wed Oct 23 00:36:36 2002 +0000
+++ b/sys/arch/i386/i386/bioscall.s     Wed Oct 23 00:52:56 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bioscall.s,v 1.6 2001/09/21 14:12:50 fvdl Exp $ */
+/*     $NetBSD: bioscall.s,v 1.7 2002/10/23 00:52:56 christos Exp $ */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -40,7 +40,9 @@
 
 #include <machine/asm.h>
 
+/* LINTSTUB: include <machine/param.h> */
 /* LINTSTUB: include <machine/bioscall.h> */
+/* LINTSTUB: include <machine/asm.h> */
 
        .globl  _C_LABEL(PTDpaddr)      /* from locore.s */
        



Home | Main Index | Thread Index | Old Index