Sun Feb 23 07:49:04 2014 UTC ()
Provide a prototype for xputchar


(martin)
diff -r1.3 -r1.4 src/sys/arch/emips/stand/common/printf.c

cvs diff -r1.3 -r1.4 src/sys/arch/emips/stand/common/printf.c (expand / switch to context diff)
--- src/sys/arch/emips/stand/common/printf.c 2011/07/21 11:04:24 1.3
+++ src/sys/arch/emips/stand/common/printf.c 2014/02/23 07:49:04 1.4
@@ -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.
@@ -19,6 +19,8 @@
  */
 
 #include <lib/libsa/stand.h>
+
+void xputchar(int);
 
 void
 xputchar(int ch)