Misc changes to get a clean compilation after incorporating all of Bob Doison's changes

This commit is contained in:
Gregory Nutt
2014-04-22 10:38:08 -06:00
parent 066cca1863
commit 5df14c7d40
9 changed files with 43 additions and 45 deletions
+1 -1
View File
@@ -1287,7 +1287,7 @@ static int proc_closedir(FAR struct fs_dirent_s *dir)
static int proc_readdir(struct fs_dirent_s *dir)
{
FAR struct proc_dir_s *procdir;
FAR const struct proc_node_s *node;
FAR const struct proc_node_s *node = NULL;
FAR struct tcb_s *tcb;
unsigned int index;
irqstate_t flags;