diff options
Diffstat (limited to 'cad/findhier/files/patch-magic.c')
-rw-r--r-- | cad/findhier/files/patch-magic.c | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/cad/findhier/files/patch-magic.c b/cad/findhier/files/patch-magic.c deleted file mode 100644 index c83d4f614dbc..000000000000 --- a/cad/findhier/files/patch-magic.c +++ /dev/null @@ -1,38 +0,0 @@ ---- magic.c.orig Sun Apr 29 00:53:23 2007 -+++ magic.c Sun Apr 29 00:53:59 2007 -@@ -16,7 +16,7 @@ - #ifdef _UNIX_ - #include <pwd.h> - uid_t getuid(); --#endif _UNIX_ -+#endif /* _UNIX_ */ - - #define ENVIRON ".magic" - -@@ -84,7 +84,7 @@ - while((tmp=getpath(env))!=NULL) add_path(tmp); - (void)fclose(env); - } --#endif _UNIX_ -+#endif /* _UNIX_ */ - - void myenviron() - { -@@ -92,7 +92,7 @@ - char buf[BUFSIZE]; - struct passwd *cad; - uid_t uid; --#endif _UNIX_ -+#endif /* _UNIX_ */ - - add_path("."); - #ifdef _UNIX_ -@@ -110,7 +110,7 @@ - proc(ENVIRON); - - path_reversal(); --#endif _UNIX_ -+#endif /* _UNIX_ */ - } - - /* magic.c */ |