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.89 retrieving revision 1.90 diff -u -p -r1.89 -r1.90 --- src/sys/netinet/ip_input.c 1999/07/01 08:12:50 1.89 +++ src/sys/netinet/ip_input.c 1999/07/06 12:23:20 1.90 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.89 1999/07/01 08:12:50 itojun Exp $ */ +/* $NetBSD: ip_input.c,v 1.90 1999/07/06 12:23:20 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -1638,14 +1638,14 @@ ip_sysctl(name, namelen, oldp, oldlenp, return (error); } #endif + case IPCTL_HOSTZEROBROADCAST: + return (sysctl_int(oldp, oldlenp, newp, newlen, + &hostzeroisbroadcast)); #if NGIF > 0 case IPCTL_GIF_TTL: return(sysctl_int(oldp, oldlenp, newp, newlen, - &gif_ttl)); + &ip_gif_ttl)); #endif - case IPCTL_HOSTZEROBROADCAST: - return (sysctl_int(oldp, oldlenp, newp, newlen, - &hostzeroisbroadcast)); default: return (EOPNOTSUPP);