aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/Xext/securitysrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/Xext/securitysrv.h')
-rw-r--r--xorg-server/Xext/securitysrv.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/xorg-server/Xext/securitysrv.h b/xorg-server/Xext/securitysrv.h
index 3d3894a18..68f51d2f5 100644
--- a/xorg-server/Xext/securitysrv.h
+++ b/xorg-server/Xext/securitysrv.h
@@ -31,10 +31,7 @@ from The Open Group.
#define _SECURITY_SRV_H
/* Allow client side portions of <X11/extensions/security.h> to compile */
-#ifndef Status
-# define Status int
-# define NEED_UNDEF_Status
-#endif
+typedef int Status;
#ifndef Display
# define Display void
# define NEED_UNDEF_Display