NetBSD/sys/dist/pf
martin f6f82c4e32 Pull up following revision(s) (requested by riastradh in ticket #787):
sys/altq/altq_flowvalve.h: revision 1.4
	sys/net/zlib.h: revision 1.15
	sys/dist/pf/net/pfvar.h: revision 1.23
	sys/external/bsd/drm2/dist/include/drm/drmP.h: revision 1.38
	sys/external/bsd/drm2/dist/drm/drm_drv.c: revision 1.13
	sys/net/slcompress.h: revision 1.20

Need opt_inet.h for #ifdef INET, INET6.

Avoid duplicate definition of internal_state struct.

Avoid struct inode.

This is an fs-independent structure in Linux.  We don't actually use
it as such; it's just a dummy struct tag.  But we do have an actual
struct inode in ufs and in lfs, and using the same struct tag here
confuses ctf leading to four copies of pretty much every drm data
structure.
2020-03-19 19:41:10 +00:00
..
net Pull up following revision(s) (requested by riastradh in ticket #787): 2020-03-19 19:41:10 +00:00
netinet