[PATCH] Janitor: change include/xkbsrv.h include guard symbol.
Paulo Cesar Pereira de Andrade
pcpa at mandriva.com.br
Wed Feb 4 12:33:57 PST 2009
It conflicts with <X11/extensions/XKBsrv.h>.
This is a minor "cosmetic" patch, as only a few input modules
should want to include both files. The actual symbol name should
not matter as long as there are no clashes.
Signed-off-by: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
---
include/xkbsrv.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/xkbsrv.h b/include/xkbsrv.h
index 4497220..d6d8995 100644
--- a/include/xkbsrv.h
+++ b/include/xkbsrv.h
@@ -24,8 +24,8 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-#ifndef _XKBSRV_H_
-#define _XKBSRV_H_
+#ifndef _xkbsrv_h
+#define _xkbsrv_h
#define XkbAllocClientMap SrvXkbAllocClientMap
#define XkbAllocServerMap SrvXkbAllocServerMap
@@ -1002,4 +1002,4 @@ _XFUNCPROTOEND
#define XkbAtomGetString(s) NameForAtom(s)
-#endif /* _XKBSRV_H_ */
+#endif /* _xkbsrv_h */
--
1.6.1
------=_20090204190542_17088--
More information about the xorg
mailing list