aboutsummaryrefslogtreecommitdiffstats
path: root/cad/findhier/files/patch-fnames.c
diff options
context:
space:
mode:
Diffstat (limited to 'cad/findhier/files/patch-fnames.c')
-rw-r--r--cad/findhier/files/patch-fnames.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/cad/findhier/files/patch-fnames.c b/cad/findhier/files/patch-fnames.c
deleted file mode 100644
index f94c099d6ceb..000000000000
--- a/cad/findhier/files/patch-fnames.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- fnames.c.orig Sun Apr 29 00:51:29 2007
-+++ fnames.c Sun Apr 29 00:53:16 2007
-@@ -6,15 +6,14 @@
- *
- */
- #include <stdio.h>
-+#include <string.h>
- #ifndef DIRDEL
- #ifdef _UNIX_
- #define DIRDEL '/'
- #else
- #define DIRDEL '\\'
--#endif _UNIX_
--#endif DIRDEL
--
--int strlen();
-+#endif /* _UNIX_ */
-+#endif /* DIRDEL */
-
- char *basename(argv)
- char *argv;