summaryrefslogtreecommitdiff
path: root/NetWare/nw5.c
diff options
context:
space:
mode:
Diffstat (limited to 'NetWare/nw5.c')
-rw-r--r--NetWare/nw5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetWare/nw5.c b/NetWare/nw5.c
index ea6d849951..5fe6ad3b16 100644
--- a/NetWare/nw5.c
+++ b/NetWare/nw5.c
@@ -582,7 +582,7 @@ nw_open(const char *path, int flag, ...)
va_end(ap);
if (stricmp(path, "/dev/null")==0)
- path = "NUL";
+ path = "NWNUL";
return open(path, flag, pmode);
}