summaryrefslogtreecommitdiff
path: root/fixincludes/tests/base/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'fixincludes/tests/base/string.h')
-rw-r--r--fixincludes/tests/base/string.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/fixincludes/tests/base/string.h b/fixincludes/tests/base/string.h
index 0c70f3014f1..5156cd5c33d 100644
--- a/fixincludes/tests/base/string.h
+++ b/fixincludes/tests/base/string.h
@@ -7,7 +7,8 @@
This had to be done to correct non-standard usages in the
original, manufacturer supplied header file. */
-#ifndef _STRING_INCLUDED
- #define _STRING_INCLUDED
- #include <strings.h>
-#endif /* _STRING_INCLUDED */
+
+
+#if defined( SVR4_DISABLE_OPT_CHECK )
+
+#endif /* SVR4_DISABLE_OPT_CHECK */