[Lsb-messages] /var/www/bzr/lsb/devel/misc-test r2355: pick up various changes in dynchk regen

Mats Wichmann mats at linuxfoundation.org
Fri Feb 15 14:15:41 UTC 2013


------------------------------------------------------------
revno: 2355
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: misc-test
timestamp: Fri 2013-02-15 07:15:41 -0700
message:
  pick up various changes in dynchk regen
modified:
  dynchk/libs/libc/adjtime.c
  dynchk/libs/libc/clntudp_bufcreate.c
  dynchk/libs/libc/clntudp_create.c
  dynchk/libs/libc/gettimeofday.c
  dynchk/libs/libc/select.c
  dynchk/libs/libc/utimes.c
  dynchk/libs/libpthread/pthread_cancel.c
  dynchk/libs/libpthread/pthread_create.c
  dynchk/libs/libpthread/pthread_detach.c
  dynchk/libs/libpthread/pthread_equal.c
  dynchk/libs/libpthread/pthread_getattr_np.c
  dynchk/libs/libpthread/pthread_getcpuclockid.c
  dynchk/libs/libpthread/pthread_getschedparam.c
  dynchk/libs/libpthread/pthread_join.c
  dynchk/libs/libpthread/pthread_kill.c
  dynchk/libs/libpthread/pthread_setschedparam.c
  dynchk/libs/libpthread/pthread_setschedprio.c
  dynchk/tests/header_list.h
  dynchk/tests/struct/validate_struct__GFileMonitorClass.c
  dynchk/tests/struct/validate_struct_timeval.c
-------------- next part --------------
=== modified file 'dynchk/libs/libc/adjtime.c'
--- a/dynchk/libs/libc/adjtime.c	2012-06-26 07:14:59 +0000
+++ b/dynchk/libs/libc/adjtime.c	2013-02-15 14:15:41 +0000
@@ -3,6 +3,7 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
+#include <lsb/time.h>
 #include <sys/time.h>
 #undef adjtime
 static int(*funcptr) (const struct timeval * , struct timeval * ) = 0;

=== modified file 'dynchk/libs/libc/clntudp_bufcreate.c'
--- a/dynchk/libs/libc/clntudp_bufcreate.c	2013-01-17 22:40:09 +0000
+++ b/dynchk/libs/libc/clntudp_bufcreate.c	2013-02-15 14:15:41 +0000
@@ -5,7 +5,7 @@
 #include "stdlib.h"
 #include <netinet/in.h>
 #include <sys/types.h>
-#include <sys/time.h>
+#include <lsb/time.h>
 #include <rpc/clnt.h>
 #undef clntudp_bufcreate
 static struct CLIENT *(*funcptr) (struct sockaddr_in * , u_long , u_long , struct timeval , int * , u_int , u_int ) = 0;

=== modified file 'dynchk/libs/libc/clntudp_create.c'
--- a/dynchk/libs/libc/clntudp_create.c	2013-01-11 16:31:14 +0000
+++ b/dynchk/libs/libc/clntudp_create.c	2013-02-15 14:15:41 +0000
@@ -5,7 +5,7 @@
 #include "stdlib.h"
 #include <netinet/in.h>
 #include <sys/types.h>
-#include <sys/time.h>
+#include <lsb/time.h>
 #include <rpc/clnt.h>
 #undef clntudp_create
 static struct CLIENT *(*funcptr) (struct sockaddr_in * , u_long , u_long , struct timeval , int * ) = 0;

=== modified file 'dynchk/libs/libc/gettimeofday.c'
--- a/dynchk/libs/libc/gettimeofday.c	2012-06-26 07:14:59 +0000
+++ b/dynchk/libs/libc/gettimeofday.c	2013-02-15 14:15:41 +0000
@@ -3,6 +3,7 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
+#include <lsb/time.h>
 #include <sys/time.h>
 #undef gettimeofday
 static int(*funcptr) (struct timeval * , struct timezone * ) = 0;

=== modified file 'dynchk/libs/libc/select.c'
--- a/dynchk/libs/libc/select.c	2013-02-05 14:03:32 +0000
+++ b/dynchk/libs/libc/select.c	2013-02-15 14:15:41 +0000
@@ -4,7 +4,7 @@
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
 #include <sys/select.h>
-#include <sys/time.h>
+#include <lsb/time.h>
 #undef select
 static int(*funcptr) (int , fd_set * , fd_set * , fd_set * , struct timeval * ) = 0;
 

=== modified file 'dynchk/libs/libc/utimes.c'
--- a/dynchk/libs/libc/utimes.c	2012-06-26 07:14:59 +0000
+++ b/dynchk/libs/libc/utimes.c	2013-02-15 14:15:41 +0000
@@ -3,6 +3,7 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
+#include <lsb/time.h>
 #include <sys/time.h>
 #undef utimes
 static int(*funcptr) (const char * , const struct timeval * ) = 0;

=== modified file 'dynchk/libs/libpthread/pthread_cancel.c'
--- a/dynchk/libs/libpthread/pthread_cancel.c	2012-06-26 07:14:59 +0000
+++ b/dynchk/libs/libpthread/pthread_cancel.c	2013-02-15 14:15:41 +0000
@@ -3,6 +3,7 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
+#include <lsb/pthread.h>
 #include <pthread.h>
 #undef pthread_cancel
 static int(*funcptr) (pthread_t ) = 0;

=== modified file 'dynchk/libs/libpthread/pthread_create.c'
--- a/dynchk/libs/libpthread/pthread_create.c	2013-01-26 02:32:33 +0000
+++ b/dynchk/libs/libpthread/pthread_create.c	2013-02-15 14:15:41 +0000
@@ -3,6 +3,7 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
+#include <lsb/pthread.h>
 #include <pthread.h>
 #undef pthread_create
 static int(*funcptr) (pthread_t * , const pthread_attr_t * , void *(* )(void *), void * ) = 0;

=== modified file 'dynchk/libs/libpthread/pthread_detach.c'
--- a/dynchk/libs/libpthread/pthread_detach.c	2013-01-26 02:32:33 +0000
+++ b/dynchk/libs/libpthread/pthread_detach.c	2013-02-15 14:15:41 +0000
@@ -3,6 +3,7 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
+#include <lsb/pthread.h>
 #include <pthread.h>
 #undef pthread_detach
 static int(*funcptr) (pthread_t ) = 0;

=== modified file 'dynchk/libs/libpthread/pthread_equal.c'
--- a/dynchk/libs/libpthread/pthread_equal.c	2013-01-17 22:40:09 +0000
+++ b/dynchk/libs/libpthread/pthread_equal.c	2013-02-15 14:15:41 +0000
@@ -3,6 +3,7 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
+#include <lsb/pthread.h>
 #include <pthread.h>
 #undef pthread_equal
 static int(*funcptr) (pthread_t , pthread_t ) = 0;

=== modified file 'dynchk/libs/libpthread/pthread_getattr_np.c'
--- a/dynchk/libs/libpthread/pthread_getattr_np.c	2013-01-26 02:32:33 +0000
+++ b/dynchk/libs/libpthread/pthread_getattr_np.c	2013-02-15 14:15:41 +0000
@@ -3,6 +3,7 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
+#include <lsb/pthread.h>
 #include <pthread.h>
 #undef pthread_getattr_np
 static int(*funcptr) (pthread_t , pthread_attr_t * ) = 0;

=== modified file 'dynchk/libs/libpthread/pthread_getcpuclockid.c'
--- a/dynchk/libs/libpthread/pthread_getcpuclockid.c	2012-06-26 07:14:59 +0000
+++ b/dynchk/libs/libpthread/pthread_getcpuclockid.c	2013-02-15 14:15:41 +0000
@@ -3,8 +3,9 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
+#include <lsb/pthread.h>
+#include <sys/types.h>
 #include <pthread.h>
-#include <sys/types.h>
 #undef pthread_getcpuclockid
 static int(*funcptr) (pthread_t , clockid_t * ) = 0;
 

=== modified file 'dynchk/libs/libpthread/pthread_getschedparam.c'
--- a/dynchk/libs/libpthread/pthread_getschedparam.c	2012-06-26 07:14:59 +0000
+++ b/dynchk/libs/libpthread/pthread_getschedparam.c	2013-02-15 14:15:41 +0000
@@ -3,8 +3,9 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
+#include <lsb/pthread.h>
+#include <sched.h>
 #include <pthread.h>
-#include <sched.h>
 #undef pthread_getschedparam
 static int(*funcptr) (pthread_t , int * , struct sched_param * ) = 0;
 

=== modified file 'dynchk/libs/libpthread/pthread_join.c'
--- a/dynchk/libs/libpthread/pthread_join.c	2013-01-26 02:32:33 +0000
+++ b/dynchk/libs/libpthread/pthread_join.c	2013-02-15 14:15:41 +0000
@@ -3,6 +3,7 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
+#include <lsb/pthread.h>
 #include <pthread.h>
 #undef pthread_join
 static int(*funcptr) (pthread_t , void * * ) = 0;

=== modified file 'dynchk/libs/libpthread/pthread_kill.c'
--- a/dynchk/libs/libpthread/pthread_kill.c	2013-01-11 16:31:14 +0000
+++ b/dynchk/libs/libpthread/pthread_kill.c	2013-02-15 14:15:41 +0000
@@ -3,7 +3,7 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
-#include <pthread.h>
+#include <lsb/pthread.h>
 #include <signal.h>
 #undef pthread_kill
 static int(*funcptr) (pthread_t , int ) = 0;

=== modified file 'dynchk/libs/libpthread/pthread_setschedparam.c'
--- a/dynchk/libs/libpthread/pthread_setschedparam.c	2012-06-26 07:14:59 +0000
+++ b/dynchk/libs/libpthread/pthread_setschedparam.c	2013-02-15 14:15:41 +0000
@@ -3,8 +3,9 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
+#include <lsb/pthread.h>
+#include <sched.h>
 #include <pthread.h>
-#include <sched.h>
 #undef pthread_setschedparam
 static int(*funcptr) (pthread_t , int , const struct sched_param * ) = 0;
 

=== modified file 'dynchk/libs/libpthread/pthread_setschedprio.c'
--- a/dynchk/libs/libpthread/pthread_setschedprio.c	2012-06-26 07:14:59 +0000
+++ b/dynchk/libs/libpthread/pthread_setschedprio.c	2013-02-15 14:15:41 +0000
@@ -3,6 +3,7 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
+#include <lsb/pthread.h>
 #include <pthread.h>
 #undef pthread_setschedprio
 static int(*funcptr) (pthread_t , int ) = 0;

=== modified file 'dynchk/tests/header_list.h'
--- a/dynchk/tests/header_list.h	2013-02-05 14:03:32 +0000
+++ b/dynchk/tests/header_list.h	2013-02-15 14:15:41 +0000
@@ -261,6 +261,8 @@
 #include <libxslt/xsltutils.h>
 #include <link.h>
 #include <locale.h>
+#include <lsb/pthread.h>
+#include <lsb/time.h>
 #include <math.h>
 #include <mqueue.h>
 #include <ncursesw/curses.h>

=== modified file 'dynchk/tests/struct/validate_struct__GFileMonitorClass.c'
--- a/dynchk/tests/struct/validate_struct__GFileMonitorClass.c	2013-02-06 19:53:29 +0000
+++ b/dynchk/tests/struct/validate_struct__GFileMonitorClass.c	2013-02-15 14:15:41 +0000
@@ -10,10 +10,10 @@
 		failure = 1;
 	if(validate_NULL_TYPETYPE(input-> changed,name ))
 		failure = 1;
+	if(validate_NULL_TYPETYPE(input-> cancel,name ))
+		failure = 1;
 	if(validate_NULL_TYPETYPE(input-> _g_reserved1,name ))
 		failure = 1;
-	if(validate_NULL_TYPETYPE(input-> cancel,name ))
-		failure = 1;
 	if(validate_NULL_TYPETYPE(input-> _g_reserved2,name ))
 		failure = 1;
 	if(validate_NULL_TYPETYPE(input-> _g_reserved3,name ))

=== modified file 'dynchk/tests/struct/validate_struct_timeval.c'
--- a/dynchk/tests/struct/validate_struct_timeval.c	2012-10-26 17:46:39 +0000
+++ b/dynchk/tests/struct/validate_struct_timeval.c	2013-02-15 14:15:41 +0000
@@ -1,7 +1,7 @@
 // Code generated by gen_tests.pl
 
 #include "../type_tests.h"
-#include <sys/time.h>
+#include <lsb/time.h>
 
 int validate_struct_timeval(struct timeval  * input, char *name)
 {



More information about the lsb-messages mailing list