From 885d61e793b40fbd2fcba9811d3fe8ab21b83c6e Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Thu, 23 Aug 2012 06:38:02 +0000 Subject: [PATCH] no more _PATH_AFSD required --- src/include/paths.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/include/paths.h b/src/include/paths.h index 58061bbd..c421dbef 100644 --- a/src/include/paths.h +++ b/src/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. */