summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devfs_show.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:14:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:14:20 +0000
commit6a14d440bcb07f7832d741b89249dc4fdaaf65a9 (patch)
tree8c82569dfada68a0bb7cd81166e82c04a20ded62 /cpukit/libfs/src/devfs/devfs_show.c
parent2008-09-17 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-6a14d440bcb07f7832d741b89249dc4fdaaf65a9.tar.bz2
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/devfs/devclose.c, libfs/src/devfs/devfs_init.c, libfs/src/devfs/devfs_show.c, libfs/src/devfs/devioctl.c, libfs/src/devfs/devopen.c, libfs/src/devfs/devread.c, libfs/src/devfs/devwrite.c: Fix warnings.
Diffstat (limited to 'cpukit/libfs/src/devfs/devfs_show.c')
-rw-r--r--cpukit/libfs/src/devfs/devfs_show.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libfs/src/devfs/devfs_show.c b/cpukit/libfs/src/devfs/devfs_show.c
index 026e3e4d69..83dcf857fc 100644
--- a/cpukit/libfs/src/devfs/devfs_show.c
+++ b/cpukit/libfs/src/devfs/devfs_show.c
@@ -10,6 +10,7 @@
#include "config.h"
#endif
+#include <rtems/seterr.h>
#include "devfs.h"
int devFS_Show(void)