Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jul 1997 17:53:16 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@freebsd.org
Cc:        dfr@freebsd.org
Subject:   mount_cd9660 binary compatibility broken
Message-ID:  <199707190753.RAA31825@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
The WebNFS changes broke binary compatibilty of at least cd9660 and mfs
by adding a field to `struct export_args'.  The iso_args and mfs_args
structs have important fields following their export_args field.  ufs
doesn't have this problem because `struct ufs_args' doesn't have anything
following the export_args field.

I want to drop binary compatibility with 2.2 mount utilities soon but
don't want to have multiple incompatibilities.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707190753.RAA31825>