Move sed over to the generic llist_t for append. Saves about 90 bytes.
[oweals/busybox.git] / procps / free.c
index 4fb047d48a01f28b282a9ad50d1c7af06e31d264..b4163f108489926b8f9ce84f17223afa759344bb 100644 (file)
@@ -27,7 +27,7 @@
 #include <stdlib.h>
 #include "busybox.h"
 
-extern int free_main(int argc, char **argv)
+int free_main(int argc, char **argv)
 {
        struct sysinfo info;
        sysinfo(&info);