NetBSD-Bugs archive

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

PR/58380 CVS commit: src/sys/arch/arm/sociox



The following reply was made to PR kern/58380; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58380 CVS commit: src/sys/arch/arm/sociox
Date: Sat, 29 Jun 2024 11:27:12 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sat Jun 29 11:27:12 UTC 2024
 
 Modified Files:
 	src/sys/arch/arm/sociox: if_scx.c
 
 Log Message:
 scx(4): Fix if_statinc call.
 
 We don't have a reference to the local statistics counters, so we
 can't use if_statinc_ref.  But, because net_stat_ref_t is just an
 alias for void *, the compiler doesn't detect this mistake.
 
 PR kern/58380
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.43 -r1.44 src/sys/arch/arm/sociox/if_scx.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index