diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-12-28 13:26:26 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-12-28 13:27:28 -0500 |
commit | 643c52be32c187a0fdb9a031b1e31d97cd551339 (patch) | |
tree | 017ef0acd27c456be976b02ae2dda2e071ce6392 /Xext/xselinux.h | |
parent | f4bc333fc1e8d9fa9911771d2072df4df741c553 (diff) |
xselinux: Remove "X" prefix on remaining functions and strings.
Should be evident from the context.
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 |