summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-03-31 23:24:57 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-03-31 23:24:57 +0000
commitec2328eeaf7de6afe46266ee36e8f8b62af39d6c (patch)
treec43a7dc93946229ee5b86b929b310fcb6f963b56 /cpukit/libcsupport/src
parentModified to be valid m68k code on all CPU models. (diff)
downloadrtems-ec2328eeaf7de6afe46266ee36e8f8b62af39d6c.tar.bz2
Removed asserts that shouldn't be called and commented case where this
indicates an internal error.
Diffstat (limited to 'cpukit/libcsupport/src')
-rw-r--r--cpukit/libcsupport/src/mknod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/mknod.c b/cpukit/libcsupport/src/mknod.c
index 4f83321ecd..97f6cb0884 100644
--- a/cpukit/libcsupport/src/mknod.c
+++ b/cpukit/libcsupport/src/mknod.c
@@ -22,7 +22,6 @@
#include <unistd.h>
#include <errno.h>
#include <stdlib.h>
-#include <assert.h>
#include "libio_.h"