OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: end the VOP experiment

From: Thordur I Bjornsson (bzthibgmail.com)
Date: Fri Aug 27 2010 - 10:44:48 CDT


On Fri, Aug 27, 2010 at 09:34:30AM -0400, Ted Unangst wrote:
> On Fri, Aug 27, 2010 at 4:54 AM, Thordur I Bjornsson <bzthibgmail.com> wrote:
> > +/* Global vfs data structures for cd9660. */
> > +struct vops cd9660_vops = {
> > + ? ? ? .vop_default ? ?= eopnotsupp,
> > + ? ? ? .vop_lookup ? ? = cd9660_lookup,
> > + ? ? ? .vop_create ? ? = cd9660_create,
> > + ? ? ? .vop_mknod ? ? ?= cd9660_mknod,
>
> Did you try compiling this on a vax?

I should have made this clear. This syntax is valid on all gcc's
(2, 3, and 4). This was an extension in gcc 2 iirc, that became
standard with C99.

And yes, this has been compiled on archs with all three gcc
variants.