From fa913fbd874ae2c9a4bfe3bd4a189b41cc49f660 Mon Sep 17 00:00:00 2001 From: Thomas Graichen Date: Tue, 9 Jan 1996 08:49:21 +0000 Subject: [PATCH] Obtained from: David Mazieres (OpenBSD) added "#define PRECISE_SYMLINKS" to the amd config header - this solves a problem with the amd "-type:=direct" mounts and /bin/sh giving a "readlink failed" if you cd'ed to a "-type:=direct" mounted directory i got this from david mazieres as a result of giving him our (mostly doug rabsons) fixes for the amd "-type:=direct" mounts and telling them (also some NetBSD people were interested) about my only problem running these fixes (which is now solved too :-) --- usr.sbin/amd/config/os-bsd44.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/usr.sbin/amd/config/os-bsd44.h b/usr.sbin/amd/config/os-bsd44.h index 863ebfa04eb6..0c12d2242e6e 100644 --- a/usr.sbin/amd/config/os-bsd44.h +++ b/usr.sbin/amd/config/os-bsd44.h @@ -37,7 +37,7 @@ * * @(#)os-bsd44.h 8.1 (Berkeley) 6/6/93 * - * $Id: os-bsd44.h,v 1.2 1995/01/20 20:58:54 wollman Exp $ + * $Id: os-bsd44.h,v 1.3 1995/06/27 11:07:27 dfr Exp $ * * 4.4 BSD definitions for Amd (automounter) */ @@ -195,3 +195,7 @@ struct mntent { */ #undef RE_HDR #define RE_HDR +/* + * Need precise length links + */ +#define PRECISE_SYMLINKS