diff options
Diffstat (limited to 'Xext/xselinux.h')
-rw-r--r-- | Xext/xselinux.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Xext/xselinux.h b/Xext/xselinux.h index 9800d5ae4..ba1380b57 100644 --- a/Xext/xselinux.h +++ b/Xext/xselinux.h @@ -23,11 +23,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "dixaccess.h" /* Extension info */ -#define XSELINUX_EXTENSION_NAME "SELinux" -#define XSELINUX_MAJOR_VERSION 1 -#define XSELINUX_MINOR_VERSION 0 -#define XSELinuxNumberEvents 0 -#define XSELinuxNumberErrors 0 +#define SELINUX_EXTENSION_NAME "SELinux" +#define SELINUX_MAJOR_VERSION 1 +#define SELINUX_MINOR_VERSION 0 +#define SELinuxNumberEvents 0 +#define SELinuxNumberErrors 0 /* Extension protocol */ #define X_SELinuxQueryVersion 0 |