Patch review
Stefan Farfeleder
stefanf at FreeBSD.org
Sun May 16 16:16:25 PDT 2004
Hi,
any objections to me committing this patch?
Cheers,
Stefan
Index: src/sbin/ipfw/ipfw2.c
===================================================================
RCS file: /usr/home/ncvs/src/sbin/ipfw/ipfw2.c,v
retrieving revision 1.48
diff -I.svn -u -r1.48 ipfw2.c
--- src/sbin/ipfw/ipfw2.c 9 May 2004 01:53:31 -0000 1.48
+++ src/sbin/ipfw/ipfw2.c 16 May 2004 23:01:17 -0000
@@ -360,7 +360,7 @@
bcopy (pll, &ret, sizeof(ret));
return ret;
-};
+}
/*
* conditionally runs the command.
@@ -402,7 +402,7 @@
if (strlen(pt->s) == i && !bcmp(string, pt->s, i))
return pt->x;
return -1;
-};
+}
/**
* match_value takes a table and a value, returns the string associated
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ipfw/attachments/20040517/8f43a946/attachment.bin
More information about the freebsd-ipfw
mailing list