pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/net/bmon



On Tue, Nov 03, 2015 at 05:46:57PM +0000, Benny Siegert wrote:
> Module Name:  pkgsrc
> Committed By: bsiegert
> Date:         Tue Nov  3 17:46:57 UTC 2015
> 
> Modified Files:
>       pkgsrc/net/bmon: Makefile PLIST distinfo
> Added Files:
>       pkgsrc/net/bmon/patches: patch-examples_Makefile.in
> Removed Files:
>       pkgsrc/net/bmon/patches: patch-aa patch-man-bmon.1
>           patch-src_in_sysctl.c
> 
> Log Message:
> Major bmon update to 3.8.

in_sysctl.c:235:60: error: no member named 'ifi_recvquota' in 'struct if_data'
    snprintf(info_buf, sizeof(info_buf), "%u", ifm->ifm_data.ifi_recvquota);
in_sysctl.c:238:60: error: no member named 'ifi_xmitquota' in 'struct if_data'
    snprintf(info_buf, sizeof(info_buf), "%u", ifm->ifm_data.ifi_xmitquota);

on NetBSD

Joerg



Home | Main Index | Thread Index | Old Index