Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/stand/lib Include <stand.h> so we get a putcha...



details:   https://anonhg.NetBSD.org/src/rev/2844a97688d2
branches:  trunk
changeset: 471774:2844a97688d2
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Apr 11 04:03:29 1999 +0000

description:
Include <stand.h> so we get a putchar() prototype.

diffstat:

 sys/arch/pmax/stand/lib/putchar.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 55f0de2b158c -r 2844a97688d2 sys/arch/pmax/stand/lib/putchar.c
--- a/sys/arch/pmax/stand/lib/putchar.c Sun Apr 11 04:02:37 1999 +0000
+++ b/sys/arch/pmax/stand/lib/putchar.c Sun Apr 11 04:03:29 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: putchar.c,v 1.1 1999/03/25 04:02:57 simonb Exp $        */
+/*     $NetBSD: putchar.c,v 1.2 1999/04/11 04:03:29 simonb Exp $        */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -36,6 +36,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <stand.h>
 #include <machine/dec_prom.h>
 
 /* Ug, no console putchar on pmax PROMs! */



Home | Main Index | Thread Index | Old Index