cvs commit: src/bin/ls ls.1 ls.c ls.h print.c
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 5 20:36:21 UTC 2008
On Sat, Apr 5, 2008 at 9:40 PM, Bjoern A. Zeeb <bz at freebsd.org> wrote:
> On Fri, 4 Apr 2008, Greg Lehey wrote:
> > grog 2008-04-04 03:57:47 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > bin/ls ls.1 ls.c ls.h print.c
> > Log:
> > Add -D option to specify exact format of date and time output with ls -l.
> >
> > Revision Changes Path
> > 1.101 +28 -6 src/bin/ls/ls.1
> > 1.86 +6 -2 src/bin/ls/ls.c
> > 1.23 +2 -1 src/bin/ls/ls.h
> > 1.77 +10 -7 src/bin/ls/print.c
> >
>
> I think something went wrong here. Could you please fix this. Thanks.
>
> bz at dopt:/local/building/freebsd/HEAD/bin/ls> ll
> total 80
> drwxr-xr-x 2 bz wheel 512 Apr 5 15:18 CVS/
> -rw-r--r-- 1 bz wheel 300 May 25 2004 Makefile
> -rw-r--r-- 1 bz wheel 4803 Mar 24 2006 cmp.c
> -rw-r--r-- 1 bz wheel 2852 Mar 24 2006 extern.h
> ^^^^
> -rw-r--r-- 1 bz wheel 16646 Apr 5 15:18 ls.1
> -rw-r--r-- 1 bz wheel 22427 Apr 5 15:18 ls.c
> -rw-r--r-- 1 bz wheel 3335 Apr 5 15:18 ls.h
> -rw-r--r-- 1 bz wheel 15078 Apr 5 15:18 print.c
> -rw-r--r-- 1 bz wheel 5647 Apr 5 15:18 util.c
The problem is that there is a tab instead of a space lines 171 and
391 of print.c
Cheers,
Antoine
More information about the cvs-src
mailing list