diff options
author | Kristian Høgsberg <krh@redhat.com> | 2004-11-24 02:45:33 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2004-11-24 02:45:33 +0000 |
commit | da3df7522d15855fa871c45f3b8db23e7c639a44 (patch) | |
tree | b03b95ab8b92b98ea55a92b4cdb15764c1d270fe /include | |
parent | 9a26d6f39e199bad287d4e538ef75700a0102788 (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/os.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/os.h b/include/os.h index b553e06e1..6e8602577 100644 --- a/include/os.h +++ b/include/os.h @@ -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 */ |