- don't free user-supplied string (via -e)
[oweals/busybox.git] / libbb / mtab_file.c
index d00405d8a4d7dd97dd7d133d8adf33d51200bce0..030b148d38459cf1e480077097530922c197c8d5 100644 (file)
@@ -11,5 +11,5 @@
 
 /* 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");