diff options
author | Alexandr Shadchin <Alexandr.Shadchin@gmail.com> | 2011-10-04 14:57:20 +0600 |
---|---|---|
committer | Alexandr Shadchin <Alexandr.Shadchin@gmail.com> | 2011-10-29 02:13:27 +0600 |
commit | 8838a86fd325cb7f262a582d22ccdaa8a8f1a534 (patch) | |
tree | b2226cad7b196f6e612e24dd240b41b5b3179c1b | |
parent | 91131037a2d2e07079de5d222d8a8c95300750cc (diff) |
Remove unused VT_SYSREQ_DEFAULT
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | hw/xfree86/os-support/xf86_OSlib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/os-support/xf86_OSlib.h b/hw/xfree86/os-support/xf86_OSlib.h index 1d5906084..2a4d07966 100644 --- a/hw/xfree86/os-support/xf86_OSlib.h +++ b/hw/xfree86/os-support/xf86_OSlib.h @@ -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 |