From owner-svn-src-head@FreeBSD.ORG Sat Dec 26 18:32:35 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FB33106568B; Sat, 26 Dec 2009 18:32:35 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6EC668FC16; Sat, 26 Dec 2009 18:32:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nBQIWZxb017715; Sat, 26 Dec 2009 18:32:35 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nBQIWZVQ017713; Sat, 26 Dec 2009 18:32:35 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <200912261832.nBQIWZVQ017713@svn.freebsd.org> From: Ed Schouten Date: Sat, 26 Dec 2009 18:32:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r201027 - head/usr.sbin/ntp X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 26 Dec 2009 18:32:35 -0000 Author: ed Date: Sat Dec 26 18:32:35 2009 New Revision: 201027 URL: http://svn.freebsd.org/changeset/base/201027 Log: Disable the unneeded inclusion of . The utmp code in systime.c is not enabled, so including has no effect in our setup. This makes it a little easier for me to migrate to . Approved by: roberto Modified: head/usr.sbin/ntp/config.h Modified: head/usr.sbin/ntp/config.h ============================================================================== --- head/usr.sbin/ntp/config.h Sat Dec 26 18:25:52 2009 (r201026) +++ head/usr.sbin/ntp/config.h Sat Dec 26 18:32:35 2009 (r201027) @@ -947,7 +947,7 @@ /* #undef HAVE_UTMPX_H */ /* Define to 1 if you have the header file. */ -#define HAVE_UTMP_H 1 +/* #undef HAVE_UTMP_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_VALUES_H */