Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/31/2003 07:00:25
Module Name:	src
Committed By:	thorpej
Date:		Fri Jan 31 05:00:25 UTC 2003

Modified Files:
	src/sys/arch/alpha/a12: if_ade.c
	src/sys/dev/pci: if_bge.c if_ti.c
	src/sys/kern: uipc_socket.c
	src/sys/sys: mbuf.h

Log Message:
Change ext_size to a size_t, and update the signature of ext_free.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/arch/alpha/a12/if_ade.c
cvs rdiff -r1.30 -r1.31 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.55 -r1.56 src/sys/dev/pci/if_ti.c
cvs rdiff -r1.75 -r1.76 src/sys/kern/uipc_socket.c
cvs rdiff -r1.71 -r1.72 src/sys/sys/mbuf.h

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