First import
[xorg_rtime.git] / xorg-server-1.4 / hw / xfree86 / dummylib / verrorf.c
blobc75d1bc6dd8c3516e8e447c479345abce541302e
1 #ifdef HAVE_XORG_CONFIG_H
2 #include <xorg-config.h>
3 #endif
5 #include <X11/X.h>
6 #include "os.h"
7 #include "xf86.h"
8 #include "xf86Priv.h"
11 * Utility functions required by libxf86_os.
14 _X_EXPORT void
15 VErrorF(const char *f, va_list args)
17 vfprintf(stderr, f, args);