bin/54784: find -ls wastes space

Peter Pentchev roam at ringlet.net
Wed Jul 23 10:20:17 PDT 2003


The following reply was made to PR bin/54784; it has been noted by GNATS.

From: Peter Pentchev <roam at ringlet.net>
To: Andy Farkas <andyf at speednet.com.au>
Cc: bug-followup at freebsd.org
Subject: Re: bin/54784: find -ls wastes space
Date: Wed, 23 Jul 2003 20:13:47 +0300

 On Thu, Jul 24, 2003 at 03:07:05AM +1000, Andy Farkas wrote:
 [snip]
 > Also, 5.1-CURRENT is different like this:
 > 
 > -       (void)printf("%6lu %4qd ", (u_long) sb->st_ino, sb->st_blocks);
 > +       (void)printf("%6lu %4"PRId64" ", (u_long) sb->st_ino, sb->st_blocks);
 > 
 > What the fsck does "PRId64" mean!
 
 A newly-added POSIX standard specifier for a 64-bit decimal number,
 I believe - those can vary widely across systems, depending on
 the platform's 32- or 64-bitness, signedness, etc.
 
 G'luck,
 Peter
 
 -- 
 Peter Pentchev	roam at ringlet.net    roam at sbnd.net    roam at FreeBSD.org
 PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
 This sentence is false.


More information about the freebsd-bugs mailing list