aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/tests
diff options
context:
space:
mode:
authorGiovanni Bajo <giovannibajo@libero.it>2009-02-28 18:13:31 +0000
committerBruce Korb <korbb@gcc.gnu.org>2009-02-28 18:13:31 +0000
commit42ab928203b914fd9f5e6816078284a1398b6162 (patch)
tree273c607c4d45ee958973aacbec9d4960fd5b8d63 /fixincludes/tests
parent7d01864f1b691a5285704e0bee236c6bba2dca7e (diff)
downloadgcc-42ab928203b914fd9f5e6816078284a1398b6162.zip
gcc-42ab928203b914fd9f5e6816078284a1398b6162.tar.gz
gcc-42ab928203b914fd9f5e6816078284a1398b6162.tar.bz2
add alpha_if_semocolon fix
From-SVN: r144490
Diffstat (limited to 'fixincludes/tests')
-rw-r--r--fixincludes/tests/base/net/if.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/fixincludes/tests/base/net/if.h b/fixincludes/tests/base/net/if.h
new file mode 100644
index 0000000..4c25423
--- /dev/null
+++ b/fixincludes/tests/base/net/if.h
@@ -0,0 +1,14 @@
+/* DO NOT EDIT THIS FILE.
+
+ It has been auto-edited by fixincludes from:
+
+ "fixinc/tests/inc/net/if.h"
+
+ This had to be done to correct non-standard usages in the
+ original, manufacturer supplied header file. */
+
+
+
+#if defined( ALPHA_IF_SEMICOLON_CHECK )
+ struct sockaddr vmif_paddr; /* protocol address */
+#endif /* ALPHA_IF_SEMICOLON_CHECK */