From 588da9812e055fbceb900c350ab406f97eccbf37 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 21 Jul 1999 05:53:23 +0000 Subject: * Add configure option to enable dmalloc library. * Various code cleanups. --- vmsify.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vmsify.c') diff --git a/vmsify.c b/vmsify.c index 8d242d7..b8b86a6 100644 --- a/vmsify.c +++ b/vmsify.c @@ -403,7 +403,7 @@ vmsify (name, type) { if (*(s2-1) == '.') /* ends in '.]' */ { - if (strncmp (fptr, "000000", 6) != 0) + if (!strneq (fptr, "000000", 6)) rooted = 0; } else @@ -661,7 +661,7 @@ vmsify (name, type) nstate = N_OPEN; break; } - } + } } } else @@ -840,7 +840,7 @@ vmsify (name, type) } while (state > 0); - + } -- cgit v1.2.3