[Lsb-messages] /var/www/bzr/lsb/devel/devchk r2357: uplift _sys_errlist and fix sizes (bug 3758 and 3740)

Mats Wichmann mats at linuxfoundation.org
Tue Mar 5 14:02:20 UTC 2013


------------------------------------------------------------
revno: 2357
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: devchk
timestamp: Tue 2013-03-05 07:02:20 -0700
message:
  uplift _sys_errlist and fix sizes (bug 3758 and 3740)
modified:
  ts/devchk/errno_h.c
-------------- next part --------------
=== modified file 'ts/devchk/errno_h.c'
--- a/ts/devchk/errno_h.c	2012-10-01 13:17:07 +0000
+++ b/ts/devchk/errno_h.c	2013-03-05 14:02:20 +0000
@@ -663,6 +663,16 @@
 #endif
 
 #if _LSB_DEFAULT_ARCH
+#ifdef ERFKILL
+	CompareConstant(ERFKILL,132,24963,architecture,5.0,NULL)
+#else
+Msg( "Error: Constant not found: ERFKILL\n");
+cnt++;
+#endif
+
+#endif
+
+#if _LSB_DEFAULT_ARCH
 #ifdef EPERM
 	CompareConstant(EPERM,1,35,architecture,1.1,NULL)
 #else



More information about the lsb-messages mailing list