From b95dbabab38b10272ffc31e3fde47cd930360c57 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Mon, 30 Jul 2001 16:50:47 +0000 Subject: Don't use ".nofinger" as a string constant from within the code since there is the ``pathnames.h'' file; use _PATH_NOFINGER instead. --- usr.bin/finger/pathnames.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/finger/pathnames.h') diff --git a/usr.bin/finger/pathnames.h b/usr.bin/finger/pathnames.h index 1da786ea7c5de..7c9ad19abcb61 100644 --- a/usr.bin/finger/pathnames.h +++ b/usr.bin/finger/pathnames.h @@ -29,6 +29,7 @@ #ifndef PATHNAMES_H #define _PATH_FORWARD ".forward" +#define _PATH_NOFINGER ".nofinger" #define _PATH_PLAN ".plan" #define _PATH_PROJECT ".project" #define _PATH_PUBKEY ".pubkey" -- cgit v1.2.3