PERFORCE change 125241 for review

Fredrik Lindberg fli at FreeBSD.org
Thu Aug 16 13:59:41 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125241

Change 125241 by fli at fli_manticore on 2007/08/16 20:59:30

	Change int to size_t (the rest of the code uses size_t)

Affected files ...

.. //depot/projects/soc2007/fli-mdns_sd/nss_mdns/nss_mdns.c#2 edit

Differences ...

==== //depot/projects/soc2007/fli-mdns_sd/nss_mdns/nss_mdns.c#2 (text+ko) ====

@@ -80,7 +80,7 @@
 struct cb_getby_arg {
 	void	*ca_base; /* hostent {} */
 	char	**ca_buf;
-	int	*ca_buflen;
+	size_t	*ca_buflen;
 };
 
 /*


More information about the p4-projects mailing list