Module Name: src Committed By: alnsn Date: Tue Jan 31 19:11:38 UTC 2012
Modified Files: src/sys/kern: subr_pcq.c Log Message: Replace offsetof(pcq_t, pcq_items[nitems]) with sizeof(pcq_t) + sizeof(void *[nitems]). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/kern/subr_pcq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.