Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/libbb/mtab_file.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 815 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 7  Line 7 
7   * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.   * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
8   */   */
9    
 #include <stdio.h>  
10  #include "libbb.h"  #include "libbb.h"
11    
   
12  /* Busybox mount uses either /proc/mounts or /etc/mtab to  /* Busybox mount uses either /proc/mounts or /etc/mtab to
13   * get the list of currently mounted filesystems */   * get the list of currently mounted filesystems */
14  const char bb_path_mtab_file[] =  const char bb_path_mtab_file[] ALIGN1 =
15  USE_FEATURE_MTAB_SUPPORT("/etc/mtab")SKIP_FEATURE_MTAB_SUPPORT("/proc/mounts");  USE_FEATURE_MTAB_SUPPORT("/etc/mtab")SKIP_FEATURE_MTAB_SUPPORT("/proc/mounts");

Legend:
Removed from v.815  
changed lines
  Added in v.816