+1 LEVAI Daniel writes:
> Index: stat.c > =================================================================== > RCS file: /cvs/src/usr.bin/stat/stat.c,v > retrieving revision 1.16 > diff -p -u -r1.16 stat.c > --- stat.c 1 Sep 2010 06:35:05 -0000 1.16 > +++ stat.c 2 Oct 2010 17:35:17 -0000 > @@ -60,7 +60,7 @@ > #define LINUX_FORMAT \ > " File: \"%N\"%n" \ > " Size: %-11z FileType: %HT%n" \ > - " Mode: (%04OLp/%.10Sp) Uid: (%5u/%8Su) Gid: (%5g/%8Sg)%n" \ > + " Mode: (%p/%.10Sp) Uid: (%5u/%8Su) Gid: (%5g/%8Sg)%n" \ > "Device: %Hd,%Ld Inode: %i Links: %l%n" \ > "Access: %Sa%n" \ > "Modify: %Sm%n" \ -- http://noncombatant.org/
