aboutsummaryrefslogtreecommitdiff
path: root/toys/df.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2007-01-31 14:37:01 -0500
committerRob Landley <rob@landley.net>2007-01-31 14:37:01 -0500
commitde05a7024f4be6826d05c40aa029fe2bbf6d2818 (patch)
treed4e96051360dd047d2fccbc6b4b1e6773b2c2199 /toys/df.c
parentbcfad872188d993efc8d1da4b79058b69e43f019 (diff)
downloadtoybox-de05a7024f4be6826d05c40aa029fe2bbf6d2818.tar.gz
Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.
Diffstat (limited to 'toys/df.c')
-rw-r--r--toys/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/df.c b/toys/df.c
index 3e8a9725..52a6c1df 100644
--- a/toys/df.c
+++ b/toys/df.c
@@ -113,7 +113,7 @@ int df_main(void)
}
}
- if (CFG_TOYS_FREE) llist_free(mtlist, NULL);
+ if (CFG_TOYBOX_FREE) llist_free(mtlist, NULL);
return 0;
}