Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/usr.bin/ktruss
On Tue, Mar 13, 2012 at 09:56:29AM +1100, matthew green wrote:
>
> > Module Name: src
> > Committed By: dyoung
> > Date: Mon Mar 12 22:02:07 UTC 2012
> >
> > Modified Files:
> > src/usr.bin/ktruss: makeerrnos.sh
> >
> > Log Message:
> > Use 'sort -n -k 3' instead of 'sort -n +2' since the former is more
> > portable. The latter is not supported by Mac OS X Lion.
Most linux don't support it either.
> hmmmm, host sort(1) dependancy. perhaps we need a TOOL_SORT.
Posix deprected the +n terms (even our sort hacks argv[]).
Shame, because they are what my fingers know about.
David
--
David Laight: david%l8s.co.uk@localhost
Home |
Main Index |
Thread Index |
Old Index