Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/dev `stdin' and `stdout' are obsolete.



details:   https://anonhg.NetBSD.org/src/rev/c3a395dc37a4
branches:  trunk
changeset: 559653:c3a395dc37a4
user:      pk <pk%NetBSD.org@localhost>
date:      Sun Mar 21 15:07:00 2004 +0000

description:
`stdin' and `stdout' are obsolete.

diffstat:

 sys/arch/sparc64/dev/cons.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 5f19fce4d8d4 -r c3a395dc37a4 sys/arch/sparc64/dev/cons.h
--- a/sys/arch/sparc64/dev/cons.h       Sun Mar 21 14:28:47 2004 +0000
+++ b/sys/arch/sparc64/dev/cons.h       Sun Mar 21 15:07:00 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cons.h,v 1.4 2004/03/19 15:21:42 pk Exp $      */
+/*     $NetBSD: cons.h,v 1.5 2004/03/21 15:07:00 pk Exp $      */
 
 /*-
  * Copyright (c) 2000 Eduardo E. Horvath
@@ -45,8 +45,6 @@
 
 #define        OFBURSTLEN      128     /* max number of bytes to write in one chunk */
 
-/* These are shared with the consinit OBP console */
-extern int stdin, stdout;
 void pcons_cnpollc __P((dev_t dev, int on));
 
 struct consdev;



Home | Main Index | Thread Index | Old Index