Remove this file and all references to the binary expiry code.

Remove old obsolete include/extensions/damage.h.
Include srvrv_ctrl(xfree86) in macintosh US XKB symbol file so VT switching
    works again on mac (#1872).
Remove out of place #define's of printf to xf86printf. This definition
    should only be in xfree86/os-support/xf86_libc.h
This commit is contained in:
Kristian Høgsberg 2004-11-24 02:45:33 +00:00
commit da3df7522d
4 changed files with 0 additions and 30 deletions

View file

@ -544,9 +544,4 @@ extern int snprintf(char *str, size_t size, const char *format, ...)
extern int vsnprintf(char *str, size_t size, const char *format, va_list ap);
#endif
#ifdef printf_defined
#define printf xf86printf
#undef printf_defined
#endif
#endif /* OS_H */