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/netinet/ip_var.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/ip_var.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.107.2.5 retrieving revision 1.107.2.6 diff -u -p -r1.107.2.5 -r1.107.2.6 --- src/sys/netinet/ip_var.h 2016/10/05 20:56:09 1.107.2.5 +++ src/sys/netinet/ip_var.h 2017/02/05 13:40:59 1.107.2.6 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_var.h,v 1.107.2.5 2016/10/05 20:56:09 skrll Exp $ */ +/* $NetBSD: ip_var.h,v 1.107.2.6 2017/02/05 13:40:59 skrll Exp $ */ /* * Copyright (c) 1982, 1986, 1993 @@ -245,7 +245,7 @@ int ip_if_output(struct ifnet * const, s /* IP Flow interface. */ void ipflow_init(void); void ipflow_poolinit(void); -void ipflow_create(const struct route *, struct mbuf *); +void ipflow_create(struct route *, struct mbuf *); void ipflow_slowtimo(void); int ipflow_invalidate_all(int);