diff options
author | 2007-03-21 13:44:04 +0000 | |
---|---|---|
committer | 2007-03-21 13:44:04 +0000 | |
commit | 2112d326db245fc149cdde941c1a670298b83cd3 (patch) | |
tree | e9e78c10a41c64254823ff7c246c26696e8f934e /lib | |
parent | event_init() and event_dispatch() take void. Add commented out (diff) | |
download | wireguard-openbsd-2112d326db245fc149cdde941c1a670298b83cd3.tar.xz wireguard-openbsd-2112d326db245fc149cdde941c1a670298b83cd3.zip |
Add support for mounting arbitrary sessions, from Enache Adrian
OK deraadt@ mjc@ canacar@ krw@, with much input from Enache himself
Diffstat (limited to 'lib')
-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 |