mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user