Remove unused VT_SYSREQ_DEFAULT

Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alexandr Shadchin 2011-10-04 14:57:20 +06:00
parent 91131037a2
commit 8838a86fd3

View File

@ -378,10 +378,6 @@
#define DEV_MEM "/dev/mem"
#endif
#ifndef VT_SYSREQ_DEFAULT
#define VT_SYSREQ_DEFAULT FALSE
#endif
#define SYSCALL(call) while(((call) == -1) && (errno == EINTR))
#define XF86_OS_PRIVS