Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2003 12:05:28 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 27371 for review
Message-ID:  <200303252005.h2PK5S87094048@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=27371

Change 27371 by jmallett@jmallett_dalek on 2003/03/25 12:04:36

	Catch up with C99 initialisers.

Affected files ...

.. //depot/projects/mips/sys/geom/geom_fx.c#10 edit

Differences ...

==== //depot/projects/mips/sys/geom/geom_fx.c#10 (text+ko) ====

@@ -205,9 +205,8 @@
 }
 
 static struct g_class g_fx_class = {
-	FX_CLASS_NAME,
-	g_fx_taste,
-	NULL,
+	.name = FX_CLASS_NAME,
+	.taste = g_fx_taste,
 	G_CLASS_INITIALIZER
 };
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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