diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2007-03-21 13:44:05 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2007-03-21 13:44:05 +0000 |
commit | 03c6166378b767783215ed2591b98c3664a878e8 (patch) | |
tree | 4db1fa0a07918910ff78eda2653798de8afee156 /lib/libc/sys | |
parent | 0ffc3492dbf1a836c5da2f58639ebee32f48c3bc (diff) |
Add support for mounting arbitrary sessions, from Enache Adrian
OK deraadt@ mjc@ canacar@ krw@, with much input from Enache himself
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/mount.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 251e7875a9d..f9694be25a3 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.35 2006/12/15 03:04:23 krw Exp $ +.\" $OpenBSD: mount.2,v 1.36 2007/03/21 13:44:04 pedro Exp $ .\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 @@ -142,6 +142,7 @@ struct iso_args { #define ISOFSMNT_GENS 0x00000002 /* enable generation numbers */ #define ISOFSMNT_EXTATT 0x00000004 /* enable extended attributes */ #define ISOFSMNT_NOJOLIET 0x00000008 /* disable Joliet Ext.*/ +#define ISOFSMNT_SESS 0x00000010 /* use iso_args.sess */ .Ed .Pp .Dv MOUNT_FFS |