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

???

-- 

 jhell,v
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to