diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-02-11 22:40:50 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-02-11 22:40:50 +0000 |
commit | 5249416d091d59c248c8dda44529b8aa4910b1a0 (patch) | |
tree | 17856199e025a383842731fe3db9e92aa76b4a38 /hw/xnest | |
parent | a2a5254675a6b7ef0f7da9caa76c028b7c526502 (diff) |
Add stub xf86WrapperInits so that the servers will build even if os/ was
built with XFree86LOADER set.
Diffstat (limited to 'hw/xnest')
-rw-r--r-- | hw/xnest/Init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xnest/Init.c b/hw/xnest/Init.c index f2e7122f3..ce603e603 100644 --- a/hw/xnest/Init.c +++ b/hw/xnest/Init.c @@ -162,3 +162,5 @@ void ddxBeforeReset(void) int SelectWaitTime = 10000; /* usec */ #endif +void xf86WrapperInit(void); +void xf86WrapperInit(void) { /* THANKS XFREE86 */ } |