Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/net/npf/npf_conn.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/net/npf/npf_conn.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/sys/net/npf/npf_conn.h 2014/11/30 00:40:55 1.7 +++ src/sys/net/npf/npf_conn.h 2014/12/20 16:19:43 1.8 @@ -1,4 +1,4 @@ -/* $NetBSD: npf_conn.h,v 1.7 2014/11/30 00:40:55 rmind Exp $ */ +/* $NetBSD: npf_conn.h,v 1.8 2014/12/20 16:19:43 rmind Exp $ */ /*- * Copyright (c) 2009-2014 The NetBSD Foundation, Inc. @@ -47,7 +47,7 @@ typedef struct npf_connkey npf_connkey_t #include /* - * See npf_conn_key() function for the description key layout. + * See npf_conn_conkey() function for the key layout description. */ #define NPF_CONN_NKEYWORDS (2 + ((sizeof(npf_addr_t) * 2) >> 2)) #define NPF_CONN_MAXKEYLEN (NPF_CONN_NKEYWORDS * sizeof(uint32_t))