Module Name: src Committed By: tron Date: Tue Nov 10 20:24:50 UTC 2009
Modified Files: src/sys/conf: Makefile.kern.inc Log Message: "cgd.c" doesn't use variable size stack allocations anymore. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/sys/conf/Makefile.kern.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/conf/Makefile.kern.inc diff -u src/sys/conf/Makefile.kern.inc:1.124 src/sys/conf/Makefile.kern.inc:1.125 --- src/sys/conf/Makefile.kern.inc:1.124 Wed May 13 18:06:26 2009 +++ src/sys/conf/Makefile.kern.inc Tue Nov 10 20:24:50 2009 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.kern.inc,v 1.124 2009/05/13 18:06:26 cube Exp $ +# $NetBSD: Makefile.kern.inc,v 1.125 2009/11/10 20:24:50 tron Exp $ # # This file contains common `MI' targets and definitions and it is included # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}. @@ -481,7 +481,7 @@ # The following files use alloca(3) or variable array allocations. # Their full name is noted as documentation. -VARSTACK=dev/cgd.c kern/uipc_socket.c miscfs/genfs/genfs_vnops.c \ +VARSTACK=kern/uipc_socket.c miscfs/genfs/genfs_vnops.c \ nfs/nfs_bio.c uvm/uvm_bio.c \ uvm/uvm_pager.c dev/ic/aic7xxx.c dev/ic/aic79xx.c arch/xen/i386/gdt.c \ dev/ofw/ofw_subr.c