*
* DO NOT EDIT THIS FILE (fixincl.x)
*
- * It has been AutoGen-ed August 31, 2013 at 04:29:02 PM by AutoGen 5.12
+ * It has been AutoGen-ed December 6, 2013 at 09:26:10 AM by AutoGen 5.11.8
* From the definitions inclhack.def
* and the template file fixincl
*/
-/* DO NOT SVN-MERGE THIS FILE, EITHER Sat Aug 31 16:29:02 PDT 2013
+/* DO NOT SVN-MERGE THIS FILE, EITHER Fri Dec 6 09:26:10 CET 2013
*
* You must regenerate it. Use the ./genfixes script.
*
* certain ANSI-incompatible system header files which are fixed to work
* correctly with ANSI C and placed in a directory that GNU C will search.
*
- * This file contains 228 fixup descriptions.
+ * This file contains 229 fixup descriptions.
*
* See README for more information.
*
"__SIZE_TYPE__ strlen();%1",
(char*)NULL };
+/* * * * * * * * * * * * * * * * * * * * * * * * * *
+ *
+ * Description of Suse_Linux_Vt_Cxx fix
+ */
+tSCC zSuse_Linux_Vt_CxxName[] =
+ "suse_linux_vt_cxx";
+
+/*
+ * File name selection pattern
+ */
+tSCC zSuse_Linux_Vt_CxxList[] =
+ "linux/vt.h\0";
+/*
+ * Machine/OS name selection pattern
+ */
+#define apzSuse_Linux_Vt_CxxMachs (const char**)NULL
+
+/*
+ * content selection pattern - do fix if pattern found
+ */
+tSCC zSuse_Linux_Vt_CxxSelect0[] =
+ "^[ \t]*unsigned int new;";
+
+#define SUSE_LINUX_VT_CXX_TEST_CT 1
+static tTestDesc aSuse_Linux_Vt_CxxTests[] = {
+ { TT_EGREP, zSuse_Linux_Vt_CxxSelect0, (regex_t*)NULL }, };
+
+/*
+ * Fix Command Arguments for Suse_Linux_Vt_Cxx
+ */
+static const char* apzSuse_Linux_Vt_CxxPatch[] = {
+ "format",
+ "unsigned int newev;",
+ (char*)NULL };
+
/* * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Description of Svr4_Disable_Opt fix
*
* List of all fixes
*/
-#define REGEX_COUNT 267
+#define REGEX_COUNT 268
#define MACH_LIST_SIZE_LIMIT 187
-#define FIX_COUNT 228
+#define FIX_COUNT 229
/*
* Enumerate the fixes
SUN_RUSERS_SEMI_FIXIDX,
SUN_SIGNAL_FIXIDX,
SUNOS_STRLEN_FIXIDX,
+ SUSE_LINUX_VT_CXX_FIXIDX,
SVR4_DISABLE_OPT_FIXIDX,
SVR4_GETCWD_FIXIDX,
SVR4_PROFIL_FIXIDX,
SUNOS_STRLEN_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
aSunos_StrlenTests, apzSunos_StrlenPatch, 0 },
+ { zSuse_Linux_Vt_CxxName, zSuse_Linux_Vt_CxxList,
+ apzSuse_Linux_Vt_CxxMachs,
+ SUSE_LINUX_VT_CXX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
+ aSuse_Linux_Vt_CxxTests, apzSuse_Linux_Vt_CxxPatch, 0 },
+
{ zSvr4_Disable_OptName, zSvr4_Disable_OptList,
apzSvr4_Disable_OptMachs,
SVR4_DISABLE_OPT_TEST_CT, FD_MACH_ONLY,