commit | 22d26fc6ae2af584482deaf92f25bb6a7261ad78 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Thu Jun 15 15:49:36 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Thu Jun 15 15:49:36 2006 +0000 |
tree | 3e9e7c2b43314acdd1f4db7e3a89a3c69daf814a | |
parent | d6e5083d16c940e36312f4a1b52317dcfc32c011 [diff] |
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of fallout due to the #include <sys/mount.h>. Removed that #include from various applets and fixed up those that were unhappy when that #include was made because they'd block copied stuff out of it. (Sigh.)