diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-04-23 18:54:13 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-04-23 18:54:13 +0000 |
commit | e9cca0aff478d6a7f8aa989f1f3b5c7796ecbe3b (patch) | |
tree | 5584e842283ad77a56a1c6a443c4ac6d0b4aeca4 /sys/adosfs/advfsops.c | |
parent | d70cb2c050204739bb31da06800d79bad94f2730 (diff) |
In mount.h, rename field export -> export_info, to avoid collision with C++.
Synch files that use that field.
(This argument is an internal interface specific to OpenBSD, so it won't
cause compatibility problems.)
(No bump, not an ABI change).
ok art, millert...
Diffstat (limited to 'sys/adosfs/advfsops.c')
-rw-r--r-- | sys/adosfs/advfsops.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/adosfs/advfsops.c b/sys/adosfs/advfsops.c index 1442490c5d8..56b0ee963cd 100644 --- a/sys/adosfs/advfsops.c +++ b/sys/adosfs/advfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: advfsops.c,v 1.23 2002/03/14 03:15:49 millert Exp $ */ +/* $OpenBSD: advfsops.c,v 1.24 2002/04/23 18:54:12 espie Exp $ */ /* $NetBSD: advfsops.c,v 1.24 1996/12/22 10:10:12 cgd Exp $ */ /* @@ -99,7 +99,8 @@ adosfs_mount(mp, path, data, ndp, p) if (mp->mnt_flag & MNT_UPDATE) { amp = VFSTOADOSFS(mp); if (args.fspec == 0) - return (vfs_export(mp, &->export, &args.export)); + return (vfs_export(mp, &->export, + &args.export_info)); } /* * Not an update, or updating the name: look up the name |