aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-10-08 08:14:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-10-08 08:14:22 +0000
commitaffb16548d93aed0a7a37e0f6af1063619373d83 (patch)
treeed8e573529befa64791a32f7d82b558466f05292 /usr.bin
parentf58c22e5fe4a2235573bfe244589e748b4be7c29 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/dir.c2
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");
/*