Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2010 23:20:03 -0400
From:      jhell <jhell@DataIX.net>
To:        Attilio Rao <attilio@freebsd.org>
Cc:        svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   Re: svn commit: r214343 - stable/8/bin/ps
Message-ID:  <4CC648E3.6000307@DataIX.net>
In-Reply-To: <201010251501.o9PF1euH068762@svn.freebsd.org>
References:  <201010251501.o9PF1euH068762@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CC648E3.6000307>