Subject: CVS commit: src/sys/dist/ipf/netinet
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 05/04/2007 19:50:43
Module Name: src
Committed By: dyoung
Date: Fri May 4 19:50:42 UTC 2007
Modified Files:
src/sys/dist/ipf/netinet: ip_compat.h ip_fil.h
Log Message:
Use the system's offsetof() definition from sys/systm.h (in kernel)
or stddef.h (out of kernel). Remove IPF's troublesome offsetof()
definitions. This lets IPF build on amd64.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/dist/ipf/netinet/ip_compat.h
cvs rdiff -r1.9 -r1.10 src/sys/dist/ipf/netinet/ip_fil.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.