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_input.c,v retrieving revision 1.231 retrieving revision 1.232 diff -u -p -r1.231 -r1.232 --- src/sys/netinet/ip_input.c 2006/09/13 10:07:42 1.231 +++ src/sys/netinet/ip_input.c 2006/09/19 21:42:30 1.232 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.231 2006/09/13 10:07:42 elad Exp $ */ +/* $NetBSD: ip_input.c,v 1.232 2006/09/19 21:42:30 elad Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -98,7 +98,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.231 2006/09/13 10:07:42 elad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.232 2006/09/19 21:42:30 elad Exp $"); #include "opt_inet.h" #include "opt_gateway.h" @@ -2113,7 +2113,7 @@ sysctl_net_inet_ip_forwsrcrt(SYSCTLFN_AR return (error); if (kauth_authorize_network(l->l_cred, KAUTH_NETWORK_FORWSRCRT, - NULL, NULL, NULL, NULL)) + 0, NULL, NULL, NULL)) return (EPERM); ip_forwsrcrt = tmp;