svn commit: trunk/busybox/include

vda at busybox.net vda at busybox.net
Thu Jan 24 01:33:42 UTC 2008


Author: vda
Date: 2008-01-23 17:33:42 -0800 (Wed, 23 Jan 2008)
New Revision: 20893

Log:
comment fix



Modified:
   trunk/busybox/include/platform.h


Changeset:
Modified: trunk/busybox/include/platform.h
===================================================================
--- trunk/busybox/include/platform.h	2008-01-24 01:33:12 UTC (rev 20892)
+++ trunk/busybox/include/platform.h	2008-01-24 01:33:42 UTC (rev 20893)
@@ -228,8 +228,7 @@
 /* uclibc does not implement daemon() for no-mmu systems.
  * For 0.9.29 and svn, __ARCH_USE_MMU__ indicates no-mmu reliably.
  * For earlier versions there is no reliable way to check if we are building
- * for a mmu-less system; the user should pass EXTRA_CFLAGS="-DBB_NOMMU"
- * on his own.
+ * for a mmu-less system.
  */
 #if ENABLE_NOMMU || \
     (defined __UCLIBC__ && __UCLIBC_MAJOR__ >= 0 && __UCLIBC_MINOR__ >= 9 && \




More information about the busybox-cvs mailing list