Subject: CVS commit: src/sys/dist/pf/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/04/2006 02:58:06
Module Name:	src
Committed By:	dyoung
Date:		Mon Dec  4 02:58:06 UTC 2006

Modified Files:
	src/sys/dist/pf/net: pf.c pfvar.h

Log Message:
Lightly constify.  Helps compile-time checking that we are not
scribbling over shared or read-only memory---e.g., in mbufs.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/dist/pf/net/pf.c
cvs rdiff -r1.12 -r1.13 src/sys/dist/pf/net/pfvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.