Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2004 09:55:44 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        Yar Tikhiy <yar@FreeBSD.org>
Cc:        fs@FreeBSD.org
Subject:   Fix build error by NULL cast change
Message-ID:  <20040307095544.5175df9f.nork@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hi Yar.

	I fixed build error by recently NULL cast change.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
--- hfs-freebsd-03p1/freebsd/mount_hfs/mount_hfs.c.orig	Sat Aug  9 21:23:47 2003
+++ hfs-freebsd-03p1/freebsd/mount_hfs/mount_hfs.c	Sun Mar  7 09:45:06 2004
@@ -58,7 +58,7 @@
 	MOPT_STDOPTS,
 	MOPT_FORCE,
 	MOPT_UPDATE,
-	{ NULL, NULL, NULL, NULL }
+	{ NULL, 0, 0, 0 }
 };
 
 static gid_t	a_gid __P((char *));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


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