diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-10-08 21:32:55 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-10-08 21:32:55 +0000 |
commit | 2641e4958b651dae8e48bb97a792fe181702945c (patch) | |
tree | 1d1c0af9170ed1bbfe76ef223b565593d464e0a2 /include/paths.h | |
parent | 5bb81a97fb40447802ed901a3451b667e2ec6ef0 (diff) |
add a path to afsd
Diffstat (limited to 'include/paths.h')
-rw-r--r-- | include/paths.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h index 3b0a669211c..86e93db8b3f 100644 --- a/include/paths.h +++ b/include/paths.h @@ -1,4 +1,4 @@ -/* $OpenBSD: paths.h,v 1.13 1998/08/17 20:13:42 millert Exp $ */ +/* $OpenBSD: paths.h,v 1.14 1998/10/08 21:32:54 art Exp $ */ /* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */ /* @@ -67,6 +67,7 @@ #define _PATH_TTY "/dev/tty" #define _PATH_UNIX "/bsd" #define _PATH_VI "/usr/bin/vi" +#define _PATH_AFSD "/usr/libexec/afsd" /* Provide trailing slash, since mostly used for building pathnames. */ #define _PATH_BOOTDIR "/usr/mdec/" |