Module Name:    src
Committed By:   minskim
Date:           Tue Jun 16 05:15:41 UTC 2009

Modified Files:
        src/sys/dist/pf/net: pf.c

Log Message:
Reduce diff with OpenBSD.  No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/dist/pf/net/pf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dist/pf/net/pf.c
diff -u src/sys/dist/pf/net/pf.c:1.54 src/sys/dist/pf/net/pf.c:1.55
--- src/sys/dist/pf/net/pf.c:1.54	Mon Apr 13 22:29:11 2009
+++ src/sys/dist/pf/net/pf.c	Tue Jun 16 05:15:41 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: pf.c,v 1.54 2009/04/13 22:29:11 christos Exp $	*/
+/*	$NetBSD: pf.c,v 1.55 2009/06/16 05:15:41 minskim Exp $	*/
 /*	$OpenBSD: pf.c,v 1.552.2.1 2007/11/27 16:37:57 henning Exp $ */
 
 /*
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pf.c,v 1.54 2009/04/13 22:29:11 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pf.c,v 1.55 2009/06/16 05:15:41 minskim Exp $");
 
 #include "bpfilter.h"
 #include "pflog.h"
@@ -1453,7 +1453,7 @@
 }
 
 
-/* Changes a u_int32_t.  Uses a void *so there are no align restrictions */
+/* Changes a u_int32_t.  Uses a void * so there are no align restrictions */
 void
 pf_change_a(void *a, u_int16_t *c, u_int32_t an, u_int8_t u)
 {

Reply via email to