Module Name: src
Committed By: martin
Date: Sun Feb 23 07:49:04 UTC 2014
Modified Files:
src/sys/arch/emips/stand/common: printf.c
Log Message:
Provide a prototype for xputchar
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/emips/stand/common/printf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/emips/stand/common/printf.c
diff -u src/sys/arch/emips/stand/common/printf.c:1.3 src/sys/arch/emips/stand/common/printf.c:1.4
--- src/sys/arch/emips/stand/common/printf.c:1.3 Thu Jul 21 11:04:24 2011
+++ src/sys/arch/emips/stand/common/printf.c Sun Feb 23 07:49:04 2014
@@ -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)
{