Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/emips/stand/common Provide a prototype for xputchar



details:   https://anonhg.NetBSD.org/src/rev/c20cb7e28e26
branches:  trunk
changeset: 326945:c20cb7e28e26
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Feb 23 07:49:04 2014 +0000

description:
Provide a prototype for xputchar

diffstat:

 sys/arch/emips/stand/common/printf.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a8d9792086cf -r c20cb7e28e26 sys/arch/emips/stand/common/printf.c
--- a/sys/arch/emips/stand/common/printf.c      Sun Feb 23 07:43:38 2014 +0000
+++ b/sys/arch/emips/stand/common/printf.c      Sun Feb 23 07:49:04 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: printf.c,v 1.3 2011/07/21 11:04:24 joerg Exp $ */
+/*     $NetBSD: printf.c,v 1.4 2014/02/23 07:49:04 martin Exp $        */
 /*-
  * Copyright (c) 1998 Robert Nordier
  * All rights reserved.
@@ -20,6 +20,8 @@
 
 #include <lib/libsa/stand.h>
 
+void xputchar(int);
+
 void
 xputchar(int ch)
 {



Home | Main Index | Thread Index | Old Index