Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2003 13:31:45 -0700 (MST)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        jmallett@FreeBSD.org
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sbin/dumpfs dumpfs.c
Message-ID:  <20030119.133145.02779620.imp@bsdimp.com>
In-Reply-To: <200301191213.h0JCDlRT025151@repoman.freebsd.org>
References:  <200301191213.h0JCDlRT025151@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <200301191213.h0JCDlRT025151@repoman.freebsd.org>
            Juli Mallett <jmallett@FreeBSD.org> writes:
: XXX Lots of this assumes int32 can be printed with %d.  Yuck.

Why is that a problem?  If int is 32bits, it is right.  If int is 64
bits, it will be promoted to 64 bit in before being passed.  Either
way it is right.

It fails in the int is 16 bit case, but who cares about that?

Warner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030119.133145.02779620.imp>