Subject: CVS commit: src/dist/ipf
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 03/13/2005 10:44:40
Module Name: src
Committed By: he
Date: Sun Mar 13 10:44:40 UTC 2005
Modified Files:
src/dist/ipf: radix.c
Log Message:
Get rid of a compiler warning saying "dereferencing type-punned pointer
will break strict-aliasing rules" by casting the argument to rn_inithead()
to (void*) instead of (void**).
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/dist/ipf/radix.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.