+ * Description of Alpha_If_Semicolon fix
+ */
+tSCC zAlpha_If_SemicolonName[] =
+ "alpha_if_semicolon";
+
+/*
+ * File name selection pattern
+ */
+tSCC zAlpha_If_SemicolonList[] =
+ "net/if.h\0";
+/*
+ * Machine/OS name selection pattern
+ */
+#define apzAlpha_If_SemicolonMachs (const char**)NULL
+
+/*
+ * content selection pattern - do fix if pattern found
+ */
+tSCC zAlpha_If_SemicolonSelect0[] =
+ "struct[ \t]+sockaddr[ \t]+vmif_paddr[ \t]+/\\*";
+
+#define ALPHA_IF_SEMICOLON_TEST_CT 1
+static tTestDesc aAlpha_If_SemicolonTests[] = {
+ { TT_EGREP, zAlpha_If_SemicolonSelect0, (regex_t*)NULL }, };
+
+/*
+ * Fix Command Arguments for Alpha_If_Semicolon
+ */
+static const char* apzAlpha_If_SemicolonPatch[] = {
+ "format",
+ "struct sockaddr vmif_paddr;\t/*",
+ (char*)NULL };
+
+/* * * * * * * * * * * * * * * * * * * * * * * * * *
+ *