summaryrefslogtreecommitdiffstats
path: root/usr.bin/finger/pathnames.h
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2001-07-30 16:50:47 +0000
committeryar <yar@FreeBSD.org>2001-07-30 16:50:47 +0000
commitd4e647fdae9dd7581118f63c835cd7b6ff9ff7f8 (patch)
treea81a739443f073e8c3e3af780465eeec951f109c /usr.bin/finger/pathnames.h
parent8f93713df5e70a630cf91db6f141a03b29821c5d (diff)
downloadFreeBSD-src-d4e647fdae9dd7581118f63c835cd7b6ff9ff7f8.zip
FreeBSD-src-d4e647fdae9dd7581118f63c835cd7b6ff9ff7f8.tar.gz
Don't use ".nofinger" as a string constant from within the code
since there is the ``pathnames.h'' file; use _PATH_NOFINGER instead.
Diffstat (limited to 'usr.bin/finger/pathnames.h')
-rw-r--r--usr.bin/finger/pathnames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/finger/pathnames.h b/usr.bin/finger/pathnames.h
index 1da786e..7c9ad19 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"
OpenPOWER on IntegriCloud