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 Try fixing stand.h include. Add ...
details: https://anonhg.NetBSD.org/src/rev/fb624a669dd8
branches: trunk
changeset: 767540:fb624a669dd8
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Jul 21 11:04:24 2011 +0000
description:
Try fixing stand.h include. Add RCS ID.
diffstat:
sys/arch/emips/stand/common/printf.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 48efb58970ae -r fb624a669dd8 sys/arch/emips/stand/common/printf.c
--- a/sys/arch/emips/stand/common/printf.c Thu Jul 21 11:02:48 2011 +0000
+++ b/sys/arch/emips/stand/common/printf.c Thu Jul 21 11:04:24 2011 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index