- don't free user-supplied string (via -e)
[oweals/busybox.git] / libbb / mtab_file.c
index 67367e3d7ca4f6c353ffd42f02a4decdd8b13be5..030b148d38459cf1e480077097530922c197c8d5 100644 (file)
@@ -7,11 +7,9 @@
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 
-#include <stdio.h>
 #include "libbb.h"
 
-
 /* Busybox mount uses either /proc/mounts or /etc/mtab to
  * get the list of currently mounted filesystems */
-const char bb_path_mtab_file[] =
+const char bb_path_mtab_file[] ALIGN1 =
 USE_FEATURE_MTAB_SUPPORT("/etc/mtab")SKIP_FEATURE_MTAB_SUPPORT("/proc/mounts");