Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf "cgd.c" doesn't use variable size stack allocations...



details:   https://anonhg.NetBSD.org/src/rev/dee36d907a50
branches:  trunk
changeset: 748924:dee36d907a50
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Nov 10 20:24:50 2009 +0000

description:
"cgd.c" doesn't use variable size stack allocations anymore.

diffstat:

 sys/conf/Makefile.kern.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dfff84f5ddb8 -r dee36d907a50 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Tue Nov 10 20:24:30 2009 +0000
+++ b/sys/conf/Makefile.kern.inc        Tue Nov 10 20:24:50 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index