Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/26/2003 10:45:03
Module Name: src
Committed By: jdolecek
Date: Sun Oct 26 10:45:03 UTC 2003
Modified Files:
src/sys/kern: kern_allocsys.c
src/sys/sys: systm.h
Log Message:
move ALLOCSYS() macro from <sys/systm.h> to kern_alloc.c - it's the
only place which uses it
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/kern/kern_allocsys.c
cvs rdiff -r1.166 -r1.167 src/sys/sys/systm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.