On Sun, Apr 14, 2002 at 02:48:39PM +0200, Joerg Mayer wrote:
> the attached patch fixes some more unused warnings.
Oops, I included too much in this patch: Please do not apply those
parts of the patch that "fixes" the capture_xxx functions. I'll send
a patch that removes the unneeded parameters.
Ciao
Jörg
> --- packet-atalk.c 2002/01/21 07:36:32 1.62
> +++ packet-atalk.c 2002/04/14 11:25:23
...
> -capture_llap(const u_char *pd, int len, packet_counts *ld)
> +capture_llap(const u_char *pd _U_, int len _U_, packet_counts *ld)
...
> --- packet-ipx.c 2002/02/17 00:51:19 1.102
> +++ packet-ipx.c 2002/04/14 11:25:28
...
> -capture_ipx(const u_char *pd, int offset, int len, packet_counts *ld)
> +capture_ipx(const u_char *pd _U_, int offset _U_, int len _U_,
> + packet_counts *ld)
...
> --- packet-vines.c 2002/01/21 07:36:44 1.39
> +++ packet-vines.c 2002/04/14 11:27:45
...
> -capture_vines(const u_char *pd, int offset, int len, packet_counts *ld)
> +capture_vines(const u_char *pd _U_, int offset _U_, int len _U_,
> + packet_counts *ld)
--
Joerg Mayer <jmayer@xxxxxxxxx>
I found out that "pro" means "instead of" (as in proconsul). Now I know
what proactive means.