Added support for ignoring '-g' per GNU ls, thanks to David Vrabel
[oweals/busybox.git] / internal.h
index c39dfde62df91e21495c2dc8f396f012c27d6efd..41a72e18a79dd70f56bef98463aa79f7cdb5ec2f 100644 (file)
@@ -34,9 +34,6 @@
 #include <sys/stat.h>
 #include <sys/param.h>
 #include <mntent.h>
-#if ! defined(__GLIBC__) && ! defined (__UCLIBC__)
-#include <asm/string.h>
-#endif
 
 
 /* Some useful definitions */
@@ -261,7 +258,7 @@ extern long getNum (const char *cp);
 extern pid_t* findPidByName( char* pidName);
 extern void *xmalloc (size_t size);
 extern int find_real_root_device_name(char* name);
-extern char *cstring_lineFromFile(FILE *f);
+extern char *get_line_from_file(FILE *file);
 
 /* These parse entries in /etc/passwd and /etc/group.  This is desirable
  * for BusyBox since we want to avoid using the glibc NSS stuff, which