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 :-)
This commit is contained in:
graichen 1996-01-09 08:49:21 +00:00
parent cc0f623ba5
commit 29ac274c87

View File

@ -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 <regexp.h>
/*
* Need precise length links
*/
#define PRECISE_SYMLINKS