diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-10-08 08:14:22 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-10-08 08:14:22 +0000 |
| commit | affb16548d93aed0a7a37e0f6af1063619373d83 (patch) | |
| tree | ed8e573529befa64791a32f7d82b558466f05292 /usr.bin | |
| parent | f58c22e5fe4a2235573bfe244589e748b4be7c29 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/make/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index 214199f5bace..26721e1d0217 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -225,7 +225,7 @@ Dir_Init () */ Dir_AddDir (openDirectories, "."); dot = (Path *) Lst_DeQueue (openDirectories); - if (dot == (Path *) NULL) + if (dot == (Path *) NILLNODE) err(1, "cannot open current directory"); /* |
