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.268.2.3 retrieving revision 1.268.2.4 diff -u -p -r1.268.2.3 -r1.268.2.4 --- src/sys/netinet/ip_input.c 2009/07/18 14:53:25 1.268.2.3 +++ src/sys/netinet/ip_input.c 2009/08/19 18:48:24 1.268.2.4 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.268.2.3 2009/07/18 14:53:25 yamt Exp $ */ +/* $NetBSD: ip_input.c,v 1.268.2.4 2009/08/19 18:48:24 yamt Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -91,7 +91,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.268.2.3 2009/07/18 14:53:25 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.268.2.4 2009/08/19 18:48:24 yamt Exp $"); #include "opt_inet.h" #include "opt_compat_netbsd.h" @@ -2057,9 +2057,9 @@ ip_savecontrol(struct inpcb *inp, struct struct mbuf *m) { - if (inp->inp_socket->so_options & SO_TIMESTAMP + if (inp->inp_socket->so_options & SO_TIMESTAMP #ifdef SO_OTIMESTAMP - || inp->inp_socket->so_options & SO_OTIMESTAMP + || inp->inp_socket->so_options & SO_OTIMESTAMP #endif ) { struct timeval tv; @@ -2207,7 +2207,7 @@ sysctl_net_inet_ip_maxflows(SYSCTLFN_ARG static int sysctl_net_inet_ip_hashsize(SYSCTLFN_ARGS) -{ +{ int error, tmp; struct sysctlnode node; @@ -2235,7 +2235,7 @@ sysctl_net_inet_ip_hashsize(SYSCTLFN_ARG * EINVAL if not a power of 2 */ error = EINVAL; - } + } return error; }