summaryrefslogtreecommitdiff
path: root/NetWare/Nwmain.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-05 13:42:29 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-05 13:42:29 +0000
commit728c2768590668c35dbcf237cec2e10d42c4cf41 (patch)
treee262c0e1a5f013f878531f4b43fcfde66df57c23 /NetWare/Nwmain.c
parent776b00a7bc9dd00537866358a47be2e07a70a235 (diff)
downloadperl-728c2768590668c35dbcf237cec2e10d42c4cf41.tar.gz
NetWare update from C Aditya.
p4raw-id: //depot/perl@15747
Diffstat (limited to 'NetWare/Nwmain.c')
-rw-r--r--NetWare/Nwmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/NetWare/Nwmain.c b/NetWare/Nwmain.c
index 9fb2e50845..ce901e6b95 100644
--- a/NetWare/Nwmain.c
+++ b/NetWare/Nwmain.c
@@ -177,7 +177,7 @@ void main(int argc, char *argv[])
char sNUL[MAX_DN_BYTES] = {'\0'};
strcpy(sNUL, NWDEFPERLROOT);
- strcat(sNUL, "\\nul");
+ strcat(sNUL, "\\nwnul");
if (access((const char *)sNUL, 0) != 0)
{
// The file, "nul" is not found and so create the file.
@@ -309,7 +309,7 @@ void fnSigTermHandler(int sig)
char sNUL[MAX_DN_BYTES] = {'\0'};
strcpy(sNUL, NWDEFPERLROOT);
- strcat(sNUL, "\\nul");
+ strcat(sNUL, "\\nwnul");
if (access((const char *)sNUL, 0) == 0)
{
// The file, "nul" is found and so delete it.