diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-06-20 18:22:51 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-06-20 18:22:51 -0700 |
commit | d44b2a0a57fb89741173c31676af0ccc822387dc (patch) | |
tree | 2895b87ba4323de9ce2f5a3dec5dcf1e10c56896 /Xext | |
parent | a54435946544a039fc333bb5e3438501d0d1ffc6 (diff) |
Move Xserver API for security extension to securitysrv.h
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/appgroup.c | 3 | ||||
-rw-r--r-- | Xext/security.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Xext/appgroup.c b/Xext/appgroup.c index cf42a7d35..61c1aa0d5 100644 --- a/Xext/appgroup.c +++ b/Xext/appgroup.c @@ -44,8 +44,7 @@ from The Open Group. #define _XAG_SERVER_ #include <X11/extensions/Xagstr.h> #include <X11/extensions/Xagsrv.h> -#define _SECURITY_SERVER -#include <X11/extensions/security.h> +#include "securitysrv.h" #include <X11/Xfuncproto.h> #define XSERV_t diff --git a/Xext/security.c b/Xext/security.c index 48a45d0a2..31f2b928b 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -39,7 +39,7 @@ in this Software without prior written authorization from The Open Group. #include "gcstruct.h" #include "colormapst.h" #include "propertyst.h" -#define _SECURITY_SERVER +#include "securitysrv.h" #include <X11/extensions/securstr.h> #include <assert.h> #include <stdarg.h> |