]> git.marmaro.de Git - mmh/blobdiff - zotnet/mf/mf.c
fix for configure to find db1/ndbm.h in new linux systems
[mmh] / zotnet / mf / mf.c
index d1db19fc11a93024156c114d7cd21320fbfb19c5..ab6dfa47d823c9ddb0f3a2bcbe376c04f940cda3 100644 (file)
@@ -31,7 +31,9 @@ getcpy (char *s)
     register char *p;
 
     if (!s) {
-       _cleanup();
+/* causes compiles to blow up because the symbol _cleanup is undefined 
+   where did this ever come from? */
+       /* _cleanup(); */
        abort();
        for(;;)
            pause();