Need _PATH_YP for ypserver stuff.

This commit is contained in:
Bill Paul 1995-01-31 23:12:53 +00:00
parent 5319d4525a
commit c70242ae20
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6083

View file

@ -68,6 +68,7 @@
#define _PATH_VARDB "/var/db/"
#define _PATH_VARRUN "/var/run/"
#define _PATH_VARTMP "/var/tmp/"
#define _PATH_YP "/var/yp/"
/* How to get the correct name of the kernel. */
__BEGIN_DECLS