diff options
Diffstat (limited to 'src/stubs/fatalerror.c')
-rw-r--r-- | src/stubs/fatalerror.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stubs/fatalerror.c b/src/stubs/fatalerror.c new file mode 100644 index 0000000..62f571c --- /dev/null +++ b/src/stubs/fatalerror.c @@ -0,0 +1,10 @@ +/* $XFree86: xc/lib/font/stubs/fatalerror.c,v 1.1 1999/01/11 05:13:19 dawes Exp $ */ + +#include "stubs.h" + +void +FatalError(char *f) +{ +} + +/* end of file */ |