diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-05 13:42:29 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-05 13:42:29 +0000 |
commit | 728c2768590668c35dbcf237cec2e10d42c4cf41 (patch) | |
tree | e262c0e1a5f013f878531f4b43fcfde66df57c23 /NetWare/Nwmain.c | |
parent | 776b00a7bc9dd00537866358a47be2e07a70a235 (diff) | |
download | perl-728c2768590668c35dbcf237cec2e10d42c4cf41.tar.gz |
NetWare update from C Aditya.
p4raw-id: //depot/perl@15747
Diffstat (limited to 'NetWare/Nwmain.c')
-rw-r--r-- | NetWare/Nwmain.c | 4 |
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. |