Subject: CVS commit: src/sys/arch/hpc/stand/libsa
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 01/18/2006 01:06:38
Module Name: src
Committed By: uwe
Date: Wed Jan 18 01:06:38 UTC 2006
Modified Files:
src/sys/arch/hpc/stand/libsa: winprintf.c
Log Message:
We no longer use printf from libsa, so we don't need to provide putchar.
Don't include <stand.h> that we thus no longer need.
Include <winbase.h> instead on <windows.h> - it's enough for what we use.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/hpc/stand/libsa/winprintf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.