[Lsb-messages] /var/www/bzr/lsb/devel/devchk r2286: fnmatch update (bug 2283)

Mats Wichmann mats at linuxfoundation.org
Fri May 18 14:38:40 UTC 2012


------------------------------------------------------------
revno: 2286
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: devchk
timestamp: Fri 2012-05-18 08:38:40 -0600
message:
  fnmatch update (bug 2283)
modified:
  ts/devchk/fnmatch_h.c
-------------- next part --------------
=== modified file 'ts/devchk/fnmatch_h.c'
--- a/ts/devchk/fnmatch_h.c	2011-12-08 09:18:09 +0000
+++ b/ts/devchk/fnmatch_h.c	2012-05-18 14:38:40 +0000
@@ -59,6 +59,26 @@
 #endif
 
 #if _LSB_DEFAULT_ARCH
+#ifdef FNM_FILE_NAME
+	CompareConstant(FNM_FILE_NAME,FNM_PATHNAME,1224,architecture,4.1,NULL)
+#else
+Msg( "Error: Constant not found: FNM_FILE_NAME\n");
+cnt++;
+#endif
+
+#endif
+
+#if _LSB_DEFAULT_ARCH
+#ifdef FNM_CASEFOLD
+	CompareConstant(FNM_CASEFOLD,(1<<4),1226,architecture,4.1,NULL)
+#else
+Msg( "Error: Constant not found: FNM_CASEFOLD\n");
+cnt++;
+#endif
+
+#endif
+
+#if _LSB_DEFAULT_ARCH
 #ifdef FNM_NOMATCH
 	CompareConstant(FNM_NOMATCH,1,1228,architecture,1.1,NULL)
 #else



More information about the lsb-messages mailing list