svn commit: r194625 - stable/7/sbin/ipfw

Luigi Rizzo luigi at FreeBSD.org
Mon Jun 22 14:32:48 UTC 2009


Author: luigi
Date: Mon Jun 22 14:32:47 2009
New Revision: 194625
URL: http://svn.freebsd.org/changeset/base/194625

Log:
  MFC: another prototype missed in previous commit

Modified:
  stable/7/sbin/ipfw/nat.c

Modified: stable/7/sbin/ipfw/nat.c
==============================================================================
--- stable/7/sbin/ipfw/nat.c	Mon Jun 22 14:21:14 2009	(r194624)
+++ stable/7/sbin/ipfw/nat.c	Mon Jun 22 14:32:47 2009	(r194625)
@@ -319,7 +319,7 @@ StrToAddrAndPortRange (const char* str, 
  */
 
 static int
-setup_redir_addr(char *spool_buf, int len,
+setup_redir_addr(char *spool_buf, unsigned int len,
 		 int *_ac, char ***_av) 
 {
 	char **av, *sep; /* Token separator. */


More information about the svn-src-all mailing list