aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-08 14:50:47 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-08 14:50:47 +0000
commit55ffdbb2e8d0db01a1f99cbb71af91a48260262d (patch)
treefc86ee9610aecb7aeebac03116d15a6b4ef51a9a /busybox.def.h
parent92e93fffd2823af7fbeed286a876545e83caf009 (diff)
downloadbusybox-w32-55ffdbb2e8d0db01a1f99cbb71af91a48260262d.tar.gz
busybox-w32-55ffdbb2e8d0db01a1f99cbb71af91a48260262d.tar.bz2
busybox-w32-55ffdbb2e8d0db01a1f99cbb71af91a48260262d.zip
Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler
BB_FEATURE_USE_DEVPS_PATCH. -Erik git-svn-id: svn://busybox.net/trunk/busybox@401 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 561c2ed4b..fdbb6fed6 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -114,7 +114,7 @@
114// the /proc filesystem and thereby saving lots and lots 114// the /proc filesystem and thereby saving lots and lots
115// memory for more important things. 115// memory for more important things.
116// You can't use this and USE_PROCFS at the same time... 116// You can't use this and USE_PROCFS at the same time...
117//#define BB_FEATURE_USE_DEVPS_N_DEVMTAB 117//#define BB_FEATURE_USE_DEVPS_PATCH
118// 118//
119// 119//
120// enable features that use the /proc filesystem (apps that 120// enable features that use the /proc filesystem (apps that