svn commit: r214343 - stable/8/bin/ps
jhell
jhell at DataIX.net
Tue Oct 26 03:57:23 UTC 2010
On 10/25/2010 23:20, jhell wrote:
> On 10/25/2010 11:01, Attilio Rao wrote:
>> Author: attilio
>> Date: Mon Oct 25 15:01:40 2010
>> New Revision: 214343
>> URL: http://svn.freebsd.org/changeset/base/214343
>>
>> Log:
>> MFC r213012 by emaste:
>> Correct sort order.
>>
>> Sponsored by: Sandvine Incorporated
>>
>> Modified:
>> stable/8/bin/ps/extern.h
>> Directory Properties:
>> stable/8/bin/ps/ (props changed)
>>
>> Modified: stable/8/bin/ps/extern.h
>> ==============================================================================
>> --- stable/8/bin/ps/extern.h Mon Oct 25 14:05:25 2010 (r214342)
>> +++ stable/8/bin/ps/extern.h Mon Oct 25 15:01:40 2010 (r214343)
>> @@ -79,8 +79,8 @@ int s_uname(KINFO *);
>> void showkey(void);
>> void started(KINFO *, VARENT *);
>> void state(KINFO *, VARENT *);
>> -void tdnam(KINFO *, VARENT *);
>> void tdev(KINFO *, VARENT *);
>> +void tdnam(KINFO *, VARENT *);
>> void tname(KINFO *, VARENT *);
>> void ucomm(KINFO *, VARENT *);
>> void uname(KINFO *, VARENT *);
>> _______________________________________________
>
> cc -O2 -pipe -DLAZY_PS -std=gnu99 -fstack-protector -Wsystem-headers
> -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter
> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type
> -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align
> -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs
> -Wredundant-decls -Wno-pointer-sign -c /usr/src/bin/ps/keyword.c
> /usr/src/bin/ps/keyword.c:190: error: 'struct kinfo_proc' has no member
> named 'ki_tdaddr'
> *** Error code 1
>
> ???
>
Ugh! please ignore this. As Ive been here once already now surprised
myself by making the same mistake twice!
Once, twice, three time a lady! hopefully it won't come to that.
--
jhell,v
More information about the svn-src-stable-8
mailing list