From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 17:22:48 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82D9B1065670 for ; Sun, 24 Oct 2010 17:22:48 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5654D8FC1D for ; Sun, 24 Oct 2010 17:22:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OHMm4f097506 for ; Sun, 24 Oct 2010 17:22:48 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OHMmun097505 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 17:22:48 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010241722.o9OHMmun097505@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Sun, 24 Oct 2010 17:22:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd nv.c nv.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 17:22:48 -0000 pjd 2010-10-24 17:22:34 UTC FreeBSD src repository Modified files: sbin/hastd nv.c nv.h Log: SVN rev 214282 on 2010-10-24 17:22:34Z by pjd Move all NV defines into nv.c, they are not used externally thus there is no need to make then visible from outside. MFC after: 3 days Revision Changes Path 1.3 +27 -0 src/sbin/hastd/nv.c 1.2 +0 -27 src/sbin/hastd/nv.h