mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
c6bf200d31
commit
fa913fbd87
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue