On Mon, 30 Jul 2007 13:30:06 -0400 Pete Wyckoff <pw at osc.edu> wrote: > Fix build for old machines that do not have 64-bit BLKGETSIZE. > > Signed-off-by: Pete Wyckoff <pw at osc.edu> > --- > usr/util.c | 10 ++++++++++ > 1 files changed, 10 insertions(+), 0 deletions(-) Thanks, I don't want to add another ifdef to *.c files (we already have some and I want to remove them). Adding ifdef to header files is ok, but do we really need to support old stuff? |