diff toys/df.c @ 90:7c77c6ec17ee

Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.
author Rob Landley <rob@landley.net>
date Wed, 31 Jan 2007 14:37:01 -0500
parents 993eab821bd5
children 1e8f4b05cb65
line wrap: on
line diff
--- a/toys/df.c	Wed Jan 31 14:18:05 2007 -0500
+++ b/toys/df.c	Wed Jan 31 14:37:01 2007 -0500
@@ -113,7 +113,7 @@
 		}
 	}
 
-	if (CFG_TOYS_FREE) llist_free(mtlist, NULL);
+	if (CFG_TOYBOX_FREE) llist_free(mtlist, NULL);
 
 	return 0;
 }