svn commit: r283113 - head/sys/netpfil/ipfw

Luigi Rizzo luigi at FreeBSD.org
Tue May 19 15:29:01 UTC 2015


Author: luigi
Date: Tue May 19 15:29:00 2015
New Revision: 283113
URL: https://svnweb.freebsd.org/changeset/base/283113

Log:
  remove a redundant ; at the end of a function
  
  MFC after:	1 week

Modified:
  head/sys/netpfil/ipfw/ip_dn_private.h

Modified: head/sys/netpfil/ipfw/ip_dn_private.h
==============================================================================
--- head/sys/netpfil/ipfw/ip_dn_private.h	Tue May 19 15:25:47 2015	(r283112)
+++ head/sys/netpfil/ipfw/ip_dn_private.h	Tue May 19 15:29:00 2015	(r283113)
@@ -92,7 +92,7 @@ set_oid(struct dn_id *o, int type, int l
         o->type = type;
         o->len = len;
         o->subtype = 0;
-};
+}
 
 /*
  * configuration and global data for a dummynet instance


More information about the svn-src-all mailing list