summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/unmount.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/unmount.c')
-rw-r--r--cpukit/libcsupport/src/unmount.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/unmount.c b/cpukit/libcsupport/src/unmount.c
index 1ed5c7dabd..a2c67f7098 100644
--- a/cpukit/libcsupport/src/unmount.c
+++ b/cpukit/libcsupport/src/unmount.c
@@ -6,7 +6,7 @@
* routine is necessary to mount instantiations of a file system
* into the file system name space.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -27,7 +27,6 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
-#include <assert.h>
#include <rtems/libio_.h>
#include <rtems/seterr.h>