Commits

Eric Andersen committed 9d7f0f0fe86
Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a "rootfs" entry as well as the traditional "/dev/root" entry. This caused applets such as mount and df to display two root filesystem entries.... This teaches the relevant utilities to ignore the "rootfs" entry. -Erik