Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Don't include <machine/autoconf.h>, which should not be ...
details: https://anonhg.NetBSD.org/src/rev/76999cb099e5
branches: trunk
changeset: 511609:76999cb099e5
user: toshii <toshii%NetBSD.org@localhost>
date: Fri Jun 22 14:38:44 2001 +0000
description:
Don't include <machine/autoconf.h>, which should not be necessary.
Moreover, hpcarm doesn't have such a header file.
diffstat:
sys/arch/hpcarm/dev/sed_saip.c | 5 ++---
sys/dev/hpc/hpcfb.c | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diffs (52 lines):
diff -r f8f3c0de0b88 -r 76999cb099e5 sys/arch/hpcarm/dev/sed_saip.c
--- a/sys/arch/hpcarm/dev/sed_saip.c Fri Jun 22 14:29:12 2001 +0000
+++ b/sys/arch/hpcarm/dev/sed_saip.c Fri Jun 22 14:38:44 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sed_saip.c,v 1.2 2001/06/16 12:53:05 toshii Exp $ */
+/* $NetBSD: sed_saip.c,v 1.3 2001/06/22 14:38:44 toshii Exp $ */
/*-
* Copyright (c) 1999-2001
@@ -37,7 +37,7 @@
static const char _copyright[] __attribute__ ((unused)) =
"Copyright (c) 1999 Shin Takemura. All rights reserved.";
static const char _rcsid[] __attribute__ ((unused)) =
- "$NetBSD: sed_saip.c,v 1.2 2001/06/16 12:53:05 toshii Exp $";
+ "$NetBSD: sed_saip.c,v 1.3 2001/06/22 14:38:44 toshii Exp $";
#include <sys/param.h>
#include <sys/systm.h>
@@ -49,7 +49,6 @@
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
-#include <machine/autoconf.h>
#include <machine/bootinfo.h>
#include <machine/config_hook.h>
diff -r f8f3c0de0b88 -r 76999cb099e5 sys/dev/hpc/hpcfb.c
--- a/sys/dev/hpc/hpcfb.c Fri Jun 22 14:29:12 2001 +0000
+++ b/sys/dev/hpc/hpcfb.c Fri Jun 22 14:38:44 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hpcfb.c,v 1.5 2001/06/05 17:29:12 uch Exp $ */
+/* $NetBSD: hpcfb.c,v 1.6 2001/06/22 14:38:44 toshii Exp $ */
/*-
* Copyright (c) 1999
@@ -46,7 +46,7 @@
static const char _copyright[] __attribute__ ((unused)) =
"Copyright (c) 1999 Shin Takemura. All rights reserved.";
static const char _rcsid[] __attribute__ ((unused)) =
- "$NetBSD: hpcfb.c,v 1.5 2001/06/05 17:29:12 uch Exp $";
+ "$NetBSD: hpcfb.c,v 1.6 2001/06/22 14:38:44 toshii Exp $";
#include <sys/param.h>
#include <sys/systm.h>
@@ -66,7 +66,6 @@
#include <uvm/uvm_extern.h>
#include <machine/bus.h>
-#include <machine/autoconf.h>
#include <dev/wscons/wsconsio.h>
#include <dev/wscons/wsdisplayvar.h>
Home |
Main Index |
Thread Index |
Old Index