diff options
author | dm <dm@cvs.openbsd.org> | 1996-01-08 07:36:32 +0000 |
---|---|---|
committer | dm <dm@cvs.openbsd.org> | 1996-01-08 07:36:32 +0000 |
commit | 5206e2dfad8c881637d2223553b5c424c3ef2979 (patch) | |
tree | 3d1ae83f4ed663893657011782ae80bcf39e3c2f /usr.sbin | |
parent | 02f8d2bd154374eb838e10623afe40ca37374fbf (diff) |
graichen@freebsd.org: fixed -type:=direct mounts in amd
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/amd/config/os-bsd44.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/amd/config/os-bsd44.h b/usr.sbin/amd/config/os-bsd44.h index 1735aa9e355..128dafeeff6 100644 --- a/usr.sbin/amd/config/os-bsd44.h +++ b/usr.sbin/amd/config/os-bsd44.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)os-bsd44.h 8.1 (Berkeley) 6/6/93 - * $Id: os-bsd44.h,v 1.1 1995/10/18 08:47:14 deraadt Exp $ + * $Id: os-bsd44.h,v 1.2 1996/01/08 07:36:31 dm Exp $ * * 4.4 BSD definitions for Amd (automounter) */ @@ -196,3 +196,8 @@ struct mntent { */ #undef RE_HDR #define RE_HDR <regexp.h> + +/* + * Need precise length links + */ +#define PRECISE_SYMLINKS |