From owner-svn-src-head@freebsd.org Tue Mar 22 14:08:02 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 027C6AD97D1; Tue, 22 Mar 2016 14:08:02 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C287ABC7; Tue, 22 Mar 2016 14:08:01 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2ME8024035661; Tue, 22 Mar 2016 14:08:00 GMT (envelope-from bz@FreeBSD.org) Received: (from bz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2ME80rd035660; Tue, 22 Mar 2016 14:08:00 GMT (envelope-from bz@FreeBSD.org) Message-Id: <201603221408.u2ME80rd035660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bz set sender to bz@FreeBSD.org using -f From: "Bjoern A. Zeeb" Date: Tue, 22 Mar 2016 14:08:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r297191 - head/lib/libstand X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 14:08:02 -0000 Author: bz Date: Tue Mar 22 14:08:00 2016 New Revision: 297191 URL: https://svnweb.freebsd.org/changeset/base/297191 Log: Correct comment. MFC after: 2 weeks Modified: head/lib/libstand/globals.c Modified: head/lib/libstand/globals.c ============================================================================== --- head/lib/libstand/globals.c Tue Mar 22 13:46:01 2016 (r297190) +++ head/lib/libstand/globals.c Tue Mar 22 14:08:00 2016 (r297191) @@ -30,7 +30,7 @@ struct in_addr myip; /* my ip address struct in_addr nameip; /* DNS server ip address */ struct in_addr rootip; /* root ip address */ struct in_addr swapip; /* swap ip address */ -struct in_addr gateip; /* swap ip address */ +struct in_addr gateip; /* gateway ip address */ n_long netmask = 0xffffff00; /* subnet or net mask */ u_int intf_mtu; /* interface mtu from bootp/dhcp */ int errno; /* our old friend */