From ebf34c7bf953d3514f4172fe48f9a6776fbe89c1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 15 Sep 2009 17:17:14 +0000 Subject: [PATCH] SDCLONE was disabled git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2055 42af7a65-404d-4744-a932-0658087f49c3 --- configs/eagle100/thttpd/defconfig | 2 +- configs/ntosd-dm320/thttpd/defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/eagle100/thttpd/defconfig b/configs/eagle100/thttpd/defconfig index e6a65f5cd4f..c1ad521c560 100644 --- a/configs/eagle100/thttpd/defconfig +++ b/configs/eagle100/thttpd/defconfig @@ -281,7 +281,7 @@ CONFIG_SEM_PREALLOCHOLDERS=0 CONFIG_SEM_NNESTPRIO=0 CONFIG_FDCLONE_DISABLE=n CONFIG_FDCLONE_STDIO=n -CONFIG_SDCLONE_DISABLE=y +CONFIG_SDCLONE_DISABLE=n # # Settings for examples/nxflat diff --git a/configs/ntosd-dm320/thttpd/defconfig b/configs/ntosd-dm320/thttpd/defconfig index af6dc44792a..207b5922abc 100644 --- a/configs/ntosd-dm320/thttpd/defconfig +++ b/configs/ntosd-dm320/thttpd/defconfig @@ -219,7 +219,7 @@ CONFIG_SEM_PREALLOCHOLDERS=0 CONFIG_SEM_NNESTPRIO=0 CONFIG_FDCLONE_DISABLE=n CONFIG_FDCLONE_STDIO=n -CONFIG_SDCLONE_DISABLE=y +CONFIG_SDCLONE_DISABLE=n # # Settings for NXFLAT