Simply conditional build; fix conditional compilation

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@275 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-06-09 19:11:00 +00:00
parent aca030153f
commit 9ab11697a8
55 changed files with 87 additions and 199 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ STATUS inode_remove(const char *path)
/* Find the node to delete */
node = inode_search(&name, &left, &parent, NULL);
node = inode_search(&name, &left, &parent, (const char **)NULL);
if (node)
{
/* Found it, now remove it from the tree */