From 2ea608c3f78bc6db4c0ea609ab28e63d259f73ee Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 23 Apr 2002 13:35:03 +0000 Subject: NetWare tweak from C Aditya. p4raw-id: //depot/perl@16104 --- NetWare/nw5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NetWare/nw5.c') 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); } -- cgit v1.2.1