summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/linux/lnx_init.c
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-01-11 08:33:18 +0100
committerJulien Cristau <jcristau@debian.org>2009-01-11 08:54:11 +0100
commitaec4c0caca41a06832536ba82ba5bcdccf4a0aea (patch)
tree18a7e1bbfa559bd06d293ecde86ff5510201096d /hw/xfree86/os-support/linux/lnx_init.c
parentdba3b1944d04232f88bb310277639f2c1adcbe08 (diff)
xfree86: ANSI cleanups
Diffstat (limited to 'hw/xfree86/os-support/linux/lnx_init.c')
-rw-r--r--hw/xfree86/os-support/linux/lnx_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/os-support/linux/lnx_init.c b/hw/xfree86/os-support/linux/lnx_init.c
index 6ee8ed6bd..0ac97e891 100644
--- a/hw/xfree86/os-support/linux/lnx_init.c
+++ b/hw/xfree86/os-support/linux/lnx_init.c
@@ -348,7 +348,7 @@ xf86OpenConsole(void)
}
void
-xf86CloseConsole()
+xf86CloseConsole(void)
{
struct vt_mode VT;
#if defined(DO_OS_FONTRESTORE)
@@ -457,7 +457,7 @@ xf86ProcessArgument(int argc, char *argv[], int i)
}
void
-xf86UseMsg()
+xf86UseMsg(void)
{
ErrorF("vtXX use the specified VT number\n");
ErrorF("-keeptty ");