diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:38:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-08-23 06:38:03 +0000 |
commit | c14dfef691bf61df8ea7ab682102dfa4afd87013 (patch) | |
tree | e2c4773287a416a956a332f5a2dbbe538d8fde00 /include | |
parent | 98bb17235143a80b4f588741816d9d8045309149 (diff) |
no more _PATH_AFSD required
Diffstat (limited to 'include')
-rw-r--r-- | include/paths.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/paths.h b/include/paths.h index 58061bbd8bf..c421dbef6cd 100644 --- a/include/paths.h +++ b/include/paths.h @@ -1,4 +1,4 @@ -/* $OpenBSD: paths.h,v 1.23 2009/01/21 22:19:42 miod Exp $ */ +/* $OpenBSD: paths.h,v 1.24 2012/08/23 06:38:02 deraadt Exp $ */ /* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */ /* @@ -65,7 +65,6 @@ #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. */ |