[Lsb-messages] /var/www/bzr/lsb/devel/misc-test r2354: regen for dynchk

Mats Wichmann mats at linuxfoundation.org
Wed Feb 6 19:53:29 UTC 2013


------------------------------------------------------------
revno: 2354
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: misc-test
timestamp: Wed 2013-02-06 12:53:29 -0700
message:
  regen for dynchk
modified:
  dynchk/libs/libc/rename.c
  dynchk/libs/libc/sched_rr_get_interval.c
  dynchk/libs/libpng15/png_get_pHYs_dpi.c
  dynchk/libs/librt/clock_getres.c
  dynchk/libs/librt/clock_gettime.c
  dynchk/tests/struct/validate_struct__GFileMonitorClass.c
  dynchk/tests/struct/validate_struct_timespec.c
-------------- next part --------------
=== modified file 'dynchk/libs/libc/rename.c'
--- a/dynchk/libs/libc/rename.c	2012-06-26 07:14:59 +0000
+++ b/dynchk/libs/libc/rename.c	2013-02-06 19:53:29 +0000
@@ -3,7 +3,7 @@
 #include "../../tests/type_tests.h"
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
-#include <unistd.h>
+#include <stdio.h>
 #undef rename
 static int(*funcptr) (const char * , const char * ) = 0;
 

=== modified file 'dynchk/libs/libc/sched_rr_get_interval.c'
--- a/dynchk/libs/libc/sched_rr_get_interval.c	2012-06-26 07:14:59 +0000
+++ b/dynchk/libs/libc/sched_rr_get_interval.c	2013-02-06 19:53:29 +0000
@@ -4,7 +4,7 @@
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
 #include <sys/types.h>
-#include <sys/time.h>
+#include <time.h>
 #include <sched.h>
 #undef sched_rr_get_interval
 static int(*funcptr) (pid_t , struct timespec * ) = 0;

=== modified file 'dynchk/libs/libpng15/png_get_pHYs_dpi.c'
--- a/dynchk/libs/libpng15/png_get_pHYs_dpi.c	2012-12-13 14:29:07 +0000
+++ b/dynchk/libs/libpng15/png_get_pHYs_dpi.c	2013-02-06 19:53:29 +0000
@@ -6,10 +6,10 @@
 #include <libpng15/png.h>
 #include <libpng15/pngconf.h>
 #undef png_get_pHYs_dpi
-static png_uint_32(*funcptr) (png_const_structp , png_const_infop , png_int_32 * , png_int_32 * , int * ) = 0;
+static png_uint_32(*funcptr) (png_const_structp , png_const_infop , png_uint_32 * , png_uint_32 * , int * ) = 0;
 
 extern int __lsb_check_params;
-png_uint_32 png_get_pHYs_dpi (png_const_structp arg0 , png_const_infop arg1 , png_int_32 * arg2 , png_int_32 * arg3 , int * arg4 )
+png_uint_32 png_get_pHYs_dpi (png_const_structp arg0 , png_const_infop arg1 , png_uint_32 * arg2 , png_uint_32 * arg3 , int * arg4 )
 {
 	int reset_flag = __lsb_check_params;
 	png_uint_32 ret_value  ;

=== modified file 'dynchk/libs/librt/clock_getres.c'
--- a/dynchk/libs/librt/clock_getres.c	2012-09-10 14:09:09 +0000
+++ b/dynchk/libs/librt/clock_getres.c	2013-02-06 19:53:29 +0000
@@ -4,7 +4,6 @@
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
 #include <sys/types.h>
-#include <sys/time.h>
 #include <time.h>
 #undef clock_getres
 static int(*funcptr) (clockid_t , struct timespec * ) = 0;

=== modified file 'dynchk/libs/librt/clock_gettime.c'
--- a/dynchk/libs/librt/clock_gettime.c	2012-09-10 14:09:09 +0000
+++ b/dynchk/libs/librt/clock_gettime.c	2013-02-06 19:53:29 +0000
@@ -4,7 +4,6 @@
 #include "../../misc/lsb_output.h"
 #include "stdlib.h"
 #include <sys/types.h>
-#include <sys/time.h>
 #include <time.h>
 #undef clock_gettime
 static int(*funcptr) (clockid_t , struct timespec * ) = 0;

=== modified file 'dynchk/tests/struct/validate_struct__GFileMonitorClass.c'
--- a/dynchk/tests/struct/validate_struct__GFileMonitorClass.c	2013-02-05 14:03:32 +0000
+++ b/dynchk/tests/struct/validate_struct__GFileMonitorClass.c	2013-02-06 19:53:29 +0000
@@ -10,10 +10,10 @@
 		failure = 1;
 	if(validate_NULL_TYPETYPE(input-> changed,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_reserved1,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_timespec.c'
--- a/dynchk/tests/struct/validate_struct_timespec.c	2012-10-26 17:46:39 +0000
+++ b/dynchk/tests/struct/validate_struct_timespec.c	2013-02-06 19:53:29 +0000
@@ -1,7 +1,7 @@
 // Code generated by gen_tests.pl
 
 #include "../type_tests.h"
-#include <sys/time.h>
+#include <time.h>
 
 int validate_struct_timespec(struct timespec  * input, char *name)
 {



More information about the lsb-messages mailing list