Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 Remove include of <sys/map.h>, sinc...



details:   https://anonhg.NetBSD.org/src/rev/7df85cfebc03
branches:  trunk
changeset: 537055:7df85cfebc03
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Sep 26 08:49:34 2002 +0000

description:
Remove include of <sys/map.h>, since it's gone now (and wasn't used
here anyway).

diffstat:

 sys/arch/sparc64/sparc64/genassym.cf |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 68a268083b80 -r 7df85cfebc03 sys/arch/sparc64/sparc64/genassym.cf
--- a/sys/arch/sparc64/sparc64/genassym.cf      Thu Sep 26 07:30:17 2002 +0000
+++ b/sys/arch/sparc64/sparc64/genassym.cf      Thu Sep 26 08:49:34 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.26 2002/05/14 02:34:15 eeh Exp $
+#      $NetBSD: genassym.cf,v 1.27 2002/09/26 08:49:34 martin Exp $
 
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -81,7 +81,6 @@
 include <sys/param.h>
 include <sys/buf.h>
 include <sys/proc.h>
-include <sys/map.h>
 include <sys/proc.h>
 include <sys/mbuf.h>
 include <sys/msgbuf.h>



Home | Main Index | Thread Index | Old Index