[Lsb-messages] /var/www/bzr/lsb/devel/misc-test r2312: some dynchk cleanup (part of bug 3680)

Mats Wichmann mats at linuxfoundation.org
Wed Oct 17 19:19:06 UTC 2012


------------------------------------------------------------
revno: 2312
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: misc-test
timestamp: Wed 2012-10-17 13:19:06 -0600
message:
  some dynchk cleanup (part of bug 3680)
removed:
  dynchk/libs/LSB_VERSION
  dynchk/tests/LSB_VERSION
modified:
  dynchk/tests/memmap.c
  dynchk/tests/type_tests.h
  package/Makefile
-------------- next part --------------
=== removed file 'dynchk/libs/LSB_VERSION'
--- a/dynchk/libs/LSB_VERSION	2007-04-18 13:18:24 +0000
+++ b/dynchk/libs/LSB_VERSION	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-3.2

=== removed file 'dynchk/tests/LSB_VERSION'
--- a/dynchk/tests/LSB_VERSION	2007-04-18 13:18:24 +0000
+++ b/dynchk/tests/LSB_VERSION	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-3.2

=== modified file 'dynchk/tests/memmap.c'
--- a/dynchk/tests/memmap.c	2005-07-07 14:05:26 +0000
+++ b/dynchk/tests/memmap.c	2012-10-17 19:19:06 +0000
@@ -21,7 +21,7 @@
 static int nummaps = 0;
 
 /* We can get into nasty recursion problems if we try to check function
- * that are used to implemente load_memmap(), so we'll set a flag to
+ * that are used to implement load_memmap(), so we'll set a flag to
  * skip over checks in this situation.
  */
 static int inmemmap = 0;

=== modified file 'dynchk/tests/type_tests.h'
--- a/dynchk/tests/type_tests.h	2004-07-23 00:57:43 +0000
+++ b/dynchk/tests/type_tests.h	2012-10-17 19:19:06 +0000
@@ -23,6 +23,10 @@
 extern int validate_IPv4Address(struct in_addr *, const char *);
 extern int validate_socketfamily(sa_family_t, const char *);
 extern int validate_socketport(sa_family_t, const char *);
+extern int validate_processid(pid_t id, const char *name);
+
+// needed by {m,mun}map tests
+extern void load_memmap();
 
 #include "struct_tests.h"
 #endif

=== modified file 'package/Makefile'
--- a/package/Makefile	2012-10-16 14:17:02 +0000
+++ b/package/Makefile	2012-10-17 19:19:06 +0000
@@ -20,7 +20,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=2
+RPM_PACKAGE_RELEASE=3
 
 # Derive date string for daily snapshots
 ISO_DATE:=$(shell date +"%Y%m%d")



More information about the lsb-messages mailing list