Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c
[oweals/busybox.git] / find.c
diff --git a/find.c b/find.c
index 53b85e6b39d018d1055db0d5343fb5b3e9b95c3d..e18f3c569d19266869fcffcf979bbf82138f921a 100644 (file)
--- a/find.c
+++ b/find.c
@@ -23,7 +23,6 @@
  */
 
 #include "internal.h"
-#include "regexp.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <dirent.h>
@@ -116,5 +115,5 @@ int find_main(int argc, char **argv)
                exit(FALSE);
        }
 
-       exit(TRUE);
+       return(TRUE);
 }