|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Thordur I Bjornsson (bzthib
gmail.com)
Date: Fri Aug 27 2010 - 10:44:48 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 <bzthib
gmail.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.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]