mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
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:
parent
9a26d6f39e
commit
da3df7522d
4 changed files with 0 additions and 30 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue