Module Name: src
Committed By: joerg
Date: Thu Jul 21 11:04:24 UTC 2011
Modified Files:
src/sys/arch/emips/stand/common: printf.c
Log Message:
Try fixing stand.h include. Add RCS ID.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/sys/arch/emips/stand/common/printf.c:1.3
--- src/sys/arch/emips/stand/common/printf.c:1.2 Sun Jul 17 20:54:39 2011
+++ src/sys/arch/emips/stand/common/printf.c Thu Jul 21 11:04:24 2011
@@ -1,3 +1,4 @@
+/* $NetBSD: printf.c,v 1.3 2011/07/21 11:04:24 joerg Exp $ */
/*-
* Copyright (c) 1998 Robert Nordier
* All rights reserved.
@@ -17,7 +18,7 @@
* $FreeBSD: src/sys/boot/mips/emips/libemips/printf.c,v 1.2 2006/10/20 09:12:05 imp Exp $
*/
-#include <stand.h>
+#include <lib/libsa/stand.h>
void
xputchar(int ch)