[Lsb-messages] /var/www/bzr/lsb/devel/devchk r2393: add iopl as well (bug 3875)

Mats Wichmann mats at linuxfoundation.org
Fri Jan 17 18:35:01 UTC 2014


------------------------------------------------------------
revno: 2393
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: devchk
timestamp: Fri 2014-01-17 11:35:01 -0700
message:
  add iopl as well (bug 3875)
modified:
  ts/devchk/cups_cups_h.c
  ts/devchk/sys_io_h.c
-------------- next part --------------
=== modified file 'ts/devchk/cups_cups_h.c'
--- a/ts/devchk/cups_cups_h.c	2013-01-11 16:08:10 +0000
+++ b/ts/devchk/cups_cups_h.c	2014-01-17 18:35:01 +0000
@@ -158,23 +158,23 @@
 #endif
 
 #if 1
-CheckTypeSize(http_state_t,4, 29527, 1, 4.1, NULL, 29526, NULL)
-#endif
-
-#if 1
-CheckTypeSize(http_status_t,4, 29529, 1, 4.1, NULL, 29528, NULL)
-#endif
-
-#if 1
-CheckTypeSize(http_version_t,4, 29531, 1, 4.1, NULL, 29530, NULL)
-#endif
-
-#if 1
-CheckTypeSize(http_keepalive_t,4, 29533, 1, 4.1, NULL, 29532, NULL)
-#endif
-
-#if 1
-CheckTypeSize(http_encoding_t,4, 29536, 1, 4.1, NULL, 29535, NULL)
+CheckTypeSize(http_state_t,4, 29527, 1, 3.2, NULL, 29526, NULL)
+#endif
+
+#if 1
+CheckTypeSize(http_status_t,4, 29529, 1, 3.2, NULL, 29528, NULL)
+#endif
+
+#if 1
+CheckTypeSize(http_version_t,4, 29531, 1, 3.2, NULL, 29530, NULL)
+#endif
+
+#if 1
+CheckTypeSize(http_keepalive_t,4, 29533, 1, 3.2, NULL, 29532, NULL)
+#endif
+
+#if 1
+CheckTypeSize(http_encoding_t,4, 29536, 1, 3.2, NULL, 29535, NULL)
 #endif
 
 #if 1

=== modified file 'ts/devchk/sys_io_h.c'
--- a/ts/devchk/sys_io_h.c	2014-01-09 19:20:21 +0000
+++ b/ts/devchk/sys_io_h.c	2014-01-17 18:35:01 +0000
@@ -43,6 +43,21 @@
 extern int ioperm_db(unsigned long int, unsigned long int, int);
 CheckInterfacedef(ioperm,ioperm_db);
 #endif
+#if defined __i386__
+/* IA32 */
+extern int iopl_db(int);
+CheckInterfacedef(iopl,iopl_db);
+#endif
+#if defined __ia64__
+/* IA64 */
+extern int iopl_db(int);
+CheckInterfacedef(iopl,iopl_db);
+#endif
+#if defined __x86_64__
+/* x86-64 */
+extern int iopl_db(int);
+CheckInterfacedef(iopl,iopl_db);
+#endif
 #ifdef TET_TEST
 if (pcnt == cnt )
 	tet_result(TET_PASS);



More information about the lsb-messages mailing list