[Lsb-messages] /var/www/bzr/lsb/devel/misc-test r2246: Make devchk find constants moved to new 'proto' headers

Denis Silakov denis.silakov at rosalab.ru
Sat Feb 11 19:07:28 UTC 2012


------------------------------------------------------------
revno: 2246
committer: Denis Silakov <denis.silakov at rosalab.ru>
branch nick: misc-test
timestamp: Sat 2012-02-11 22:07:28 +0300
message:
  Make devchk find constants moved to new 'proto' headers
added:
  devchk/ts/devchk/X11_extensions_XTest_h.inc
  devchk/ts/devchk/X11_extensions_shape_h.inc
modified:
  devchk/ts/devchk/X11_extensions_XEVI_h.c
  devchk/ts/devchk/X11_extensions_XEVI_h.inc
  devchk/ts/devchk/X11_extensions_XShm_h.c
  devchk/ts/devchk/X11_extensions_XShm_h.inc
  devchk/ts/devchk/X11_extensions_XTest_h.c
  devchk/ts/devchk/X11_extensions_shape_h.c
  devchk/ts/devchk/X11_extensions_sync_h.c
  devchk/ts/devchk/X11_extensions_sync_h.inc
-------------- next part --------------
=== modified file 'devchk/ts/devchk/X11_extensions_XEVI_h.c'
--- a/devchk/ts/devchk/X11_extensions_XEVI_h.c	2011-12-08 09:18:09 +0000
+++ b/devchk/ts/devchk/X11_extensions_XEVI_h.c	2012-02-11 19:07:28 +0000
@@ -10,6 +10,10 @@
 #include <wchar.h>
 #include <X11/X.h>
 #include <X11/Xlib.h>
+#ifndef LSBCC_MODE
+#include <X11/Xmd.h>
+#include <X11/extensions/EVIproto.h>
+#endif
 
 #include "X11/extensions/XEVI.h"
 

=== modified file 'devchk/ts/devchk/X11_extensions_XEVI_h.inc'
--- a/devchk/ts/devchk/X11_extensions_XEVI_h.inc	2005-04-27 23:11:42 +0000
+++ b/devchk/ts/devchk/X11_extensions_XEVI_h.inc	2012-02-11 19:07:28 +0000
@@ -1,4 +1,7 @@
 #include <wchar.h>
 #include <X11/X.h>
 #include <X11/Xlib.h>
-
+#ifndef LSBCC_MODE
+#include <X11/Xmd.h>
+#include <X11/extensions/EVIproto.h>
+#endif

=== modified file 'devchk/ts/devchk/X11_extensions_XShm_h.c'
--- a/devchk/ts/devchk/X11_extensions_XShm_h.c	2011-12-08 09:18:09 +0000
+++ b/devchk/ts/devchk/X11_extensions_XShm_h.c	2012-02-11 19:07:28 +0000
@@ -9,6 +9,10 @@
 #define _LSB_DEFAULT_ARCH 1
 #include "X11/X.h"
 #include "X11/Xlib.h"
+#ifndef LSBCC_MODE
+#include <X11/Xmd.h>
+#include <X11/extensions/shmproto.h>
+#endif
 
 #include "X11/extensions/XShm.h"
 

=== modified file 'devchk/ts/devchk/X11_extensions_XShm_h.inc'
--- a/devchk/ts/devchk/X11_extensions_XShm_h.inc	2008-07-24 15:25:20 +0000
+++ b/devchk/ts/devchk/X11_extensions_XShm_h.inc	2012-02-11 19:07:28 +0000
@@ -1,3 +1,6 @@
 #include "X11/X.h"
 #include "X11/Xlib.h"
-
+#ifndef LSBCC_MODE
+#include <X11/Xmd.h>
+#include <X11/extensions/shmproto.h>
+#endif

=== modified file 'devchk/ts/devchk/X11_extensions_XTest_h.c'
--- a/devchk/ts/devchk/X11_extensions_XTest_h.c	2011-12-08 09:18:09 +0000
+++ b/devchk/ts/devchk/X11_extensions_XTest_h.c	2012-02-11 19:07:28 +0000
@@ -7,6 +7,10 @@
 #include <string.h>
 #include <sys/types.h>
 #define _LSB_DEFAULT_ARCH 1
+#ifndef LSBCC_MODE
+#include <X11/Xmd.h>
+#include <X11/extensions/xtestproto.h>
+#endif
 #include "X11/extensions/XTest.h"
 
 

=== added file 'devchk/ts/devchk/X11_extensions_XTest_h.inc'
--- a/devchk/ts/devchk/X11_extensions_XTest_h.inc	1970-01-01 00:00:00 +0000
+++ b/devchk/ts/devchk/X11_extensions_XTest_h.inc	2012-02-11 19:07:28 +0000
@@ -0,0 +1,4 @@
+#ifndef LSBCC_MODE
+#include <X11/Xmd.h>
+#include <X11/extensions/shm.h>
+#endif

=== modified file 'devchk/ts/devchk/X11_extensions_shape_h.c'
--- a/devchk/ts/devchk/X11_extensions_shape_h.c	2011-12-08 09:18:09 +0000
+++ b/devchk/ts/devchk/X11_extensions_shape_h.c	2012-02-11 19:07:28 +0000
@@ -7,6 +7,10 @@
 #include <string.h>
 #include <sys/types.h>
 #define _LSB_DEFAULT_ARCH 1
+#ifndef LSBCC_MODE
+#include <X11/Xmd.h>
+#include <X11/extensions/shapeproto.h>
+#endif
 #include "X11/extensions/shape.h"
 
 

=== added file 'devchk/ts/devchk/X11_extensions_shape_h.inc'
--- a/devchk/ts/devchk/X11_extensions_shape_h.inc	1970-01-01 00:00:00 +0000
+++ b/devchk/ts/devchk/X11_extensions_shape_h.inc	2012-02-11 19:07:28 +0000
@@ -0,0 +1,4 @@
+#ifndef LSBCC_MODE
+#include <X11/Xmd.h>
+#include <X11/extensions/shapeproto.h>
+#endif

=== modified file 'devchk/ts/devchk/X11_extensions_sync_h.c'
--- a/devchk/ts/devchk/X11_extensions_sync_h.c	2012-02-09 15:03:11 +0000
+++ b/devchk/ts/devchk/X11_extensions_sync_h.c	2012-02-11 19:07:28 +0000
@@ -10,7 +10,10 @@
 #include <wchar.h>
 #include <X11/X.h>
 #include <X11/Xlib.h>
-
+#ifndef LSBCC_MODE
+#include <X11/Xmd.h>
+#include <X11/extensions/syncproto.h>
+#endif
 #include "X11/extensions/sync.h"
 
 

=== modified file 'devchk/ts/devchk/X11_extensions_sync_h.inc'
--- a/devchk/ts/devchk/X11_extensions_sync_h.inc	2001-06-18 05:54:46 +0000
+++ b/devchk/ts/devchk/X11_extensions_sync_h.inc	2012-02-11 19:07:28 +0000
@@ -1,4 +1,7 @@
 #include <wchar.h>
 #include <X11/X.h>
 #include <X11/Xlib.h>
-
+#ifndef LSBCC_MODE
+#include <X11/Xmd.h>
+#include <X11/extensions/syncproto.h>
+#endif



More information about the lsb-messages mailing list