summaryrefslogtreecommitdiffstats
path: root/isys/devnodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'isys/devnodes.c')
-rw-r--r--isys/devnodes.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/isys/devnodes.c b/isys/devnodes.c
index 8fa5b0c1b..b3486d327 100644
--- a/isys/devnodes.c
+++ b/isys/devnodes.c
@@ -263,7 +263,6 @@ int devMakeInode(char * devName, char * path) {
{
minor = minor + atoi(devName + 8);
}
- }
#endif
} else if (!strncmp(devName, "rd/", 3)) {
/* dac 960 "/rd/c0d0{p1}" */