aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/serial.h
diff options
context:
space:
mode:
authorriel@redhat.com[kaf24] <riel@redhat.com[kaf24]>2005-03-05 11:24:07 +0000
committerriel@redhat.com[kaf24] <riel@redhat.com[kaf24]>2005-03-05 11:24:07 +0000
commitf131e3e7c67227852d659f3d42726b3cf618f62e (patch)
treea98589ae18aef44ed7db48e62387169f653c48f5 /xen/include/xen/serial.h
parent8d22f23fd3ec37c55aaefeefc366d920ebe80e61 (diff)
downloadxen-f131e3e7c67227852d659f3d42726b3cf618f62e.tar.gz
xen-f131e3e7c67227852d659f3d42726b3cf618f62e.tar.bz2
xen-f131e3e7c67227852d659f3d42726b3cf618f62e.zip
bitkeeper revision 1.1236.1.61 (422996d7OS-GHHO0uCOWruz6V8AWXw)
[PATCH] [PATCH] gcc4isms part 1 This patch gets rid of the compile warnings under the xen/ subdirectory, for an x86_32 compile. The cpuid change has also been sent to the upstream kernel. I am not quite sure about the vmx_platform.c bits, since __s8 should be the same as char, so gcc really shouldn't warn... Signed-off-by: Rik van Riel <riel@redhat.com> arch/x86/acpi.c | 2 +- arch/x86/domain_build.c | 2 +- arch/x86/pci-pc.c | 4 ++-- arch/x86/setup.c | 16 ++++++++-------- arch/x86/vmx.c | 2 +- arch/x86/vmx_platform.c | 20 ++++++++++---------- common/kernel.c | 2 +- drivers/char/console.c | 4 ++-- drivers/char/serial.c | 4 ++-- include/asm-x86/processor.h | 2 +- include/public/xen.h | 2 +- include/xen/serial.h | 2 +- 12 files changed, 31 insertions(+), 31 deletions(-)
Diffstat (limited to 'xen/include/xen/serial.h')
-rw-r--r--xen/include/xen/serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/xen/serial.h b/xen/include/xen/serial.h
index cb61a66c6b..60fd64186d 100644
--- a/xen/include/xen/serial.h
+++ b/xen/include/xen/serial.h
@@ -35,7 +35,7 @@ void serial_set_rx_handler(int handle, serial_rx_fn fn);
void serial_putc(int handle, unsigned char c);
/* Transmit a NULL-terminated string via the specified COM port. */
-void serial_puts(int handle, const unsigned char *s);
+void serial_puts(int handle, const char *s);
/*
* An alternative to registering a character-receive hook. This function