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:
parent
91131037a2
commit
8838a86fd3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue