Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include add bpt and lpt. fixes final gcc w...



details:   https://anonhg.NetBSD.org/src/rev/3d6126697c94
branches:  trunk
changeset: 484882:3d6126697c94
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Apr 14 08:36:39 2000 +0000

description:
add bpt and lpt.  fixes final gcc warnings for GENERIC.

diffstat:

 sys/arch/sparc64/include/conf.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f787c1ee4c46 -r 3d6126697c94 sys/arch/sparc64/include/conf.h
--- a/sys/arch/sparc64/include/conf.h   Fri Apr 14 08:29:03 2000 +0000
+++ b/sys/arch/sparc64/include/conf.h   Fri Apr 14 08:36:39 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.h,v 1.5 1999/06/05 20:38:25 eeh Exp $     */
+/*     $NetBSD: conf.h,v 1.6 2000/04/14 08:36:39 mrg Exp $     */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -94,6 +94,9 @@
 bdev_decl(md);
 cdev_decl(md);
 
+cdev_decl(bpp);
+cdev_decl(lpt);
+
 cdev_decl(scsibus);
 
 bdev_decl(wd);



Home | Main Index | Thread Index | Old Index