summaryrefslogtreecommitdiff
path: root/hw/vfb
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-02-11 22:40:50 +0000
committerEric Anholt <anholt@freebsd.org>2006-02-11 22:40:50 +0000
commit5249416d091d59c248c8dda44529b8aa4910b1a0 (patch)
tree17856199e025a383842731fe3db9e92aa76b4a38 /hw/vfb
parenta2a5254675a6b7ef0f7da9caa76c028b7c526502 (diff)
Add stub xf86WrapperInits so that the servers will build even if os/ was
built with XFree86LOADER set.
Diffstat (limited to 'hw/vfb')
-rw-r--r--hw/vfb/InitOutput.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c
index 630d3e133..be9768545 100644
--- a/hw/vfb/InitOutput.c
+++ b/hw/vfb/InitOutput.c
@@ -1044,3 +1044,5 @@ InitOutput(ScreenInfo *screenInfo, int argc, char **argv)
int SelectWaitTime = 10000; /* usec */
#endif
+void xf86WrapperInit(void);
+void xf86WrapperInit(void) { /* THANKS XFREE86 */ }