Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 1998 10:53:51 -0400 (EDT)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        Takanori Saneto <sanewo@ba2.so-net.ne.jp>
Cc:        current@FreeBSD.ORG
Subject:   Re: top -osize
Message-ID:  <199805311453.KAA18088@khavrinen.lcs.mit.edu>
In-Reply-To: <87n2byso9r.fsf@sanewo.ba2.so-net.ne.jp>
References:  <19980528211849.A10559@rtfm.net> <19980528212002.A11468@emsphone.com> <87n2byso9r.fsf@sanewo.ba2.so-net.ne.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On 31 May 1998 19:55:28 +0900, Takanori Saneto <sanewo@ba2.so-net.ne.jp> said:

>  int
> -proc_compare(pp1, pp2)
> +compare_cpu(pp1, pp2)
 
>  struct proc **pp1;
>  struct proc **pp2;

qsort(3) comparison functions take arguments of type `const void *',
not `struct proc **'.

-GAWollman

--
Garrett A. Wollman   | O Siem / We are all family / O Siem / We're all the same
wollman@lcs.mit.edu  | O Siem / The fires of freedom 
Opinions not those of| Dance in the burning flame
MIT, LCS, CRS, or NSA|                     - Susan Aglukark and Chad Irschick

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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