hush/util-linux
Rob Landley f4c684a1ef When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab()
can never be made because useMtab is initialized to 0, and all the other
assignments of that variable assign 0 to it.  Any compiler that can perform
simple constant propogation on local variables will optimize away if statements
testing against that variable, thus the call to erase_mtab() will never be
made.

When compiling for arm using gcc 3.3.3 with FEATURE_MTAB_SUPPORT disabled,
the linker complains that it can't find erase_mtab().  The arm optimizer isn't
exactly the brightest member of the family, and apparently needs to be hit over
the head with a hammer to get its' attention...
2005-08-23 20:03:17 +00:00
..
Config.in Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk 2005-08-10 20:35:54 +00:00
dmesg.c
fbset.c
fdflush.c
fdformat.c
fdisk.c
freeramdisk.c
fsck_minix.c
getopt.c Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few extra const's also. 2004-09-14 17:24:59 +00:00
hexdump.c
hwclock.c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) 2005-05-11 00:39:03 +00:00
ipcrm.c Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use 2005-06-20 04:30:36 +00:00
ipcs.c Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use 2005-06-20 04:30:36 +00:00
losetup.c Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk 2005-08-10 20:35:54 +00:00
Makefile fix typoe (buildddir -> builddir) 2005-04-21 01:49:05 +00:00
Makefile.in use toplevel ARFLAGS and update default ARFLAGS to be quiet 2005-07-27 01:09:24 +00:00
mkfs_minix.c
mkswap.c
more.c
mount.c If we goto singlemount, do _not_ try to continue through the loop we jumped 2005-08-14 19:26:14 +00:00
nfsmount.c Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk 2005-08-10 20:35:54 +00:00
nfsmount.h
pivot_root.c
rdate.c
readprofile.c Add readprofile applet support. 2005-05-20 17:22:18 +00:00
swaponoff.c
umount.c When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab() 2005-08-23 20:03:17 +00:00