Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2009 18:32:35 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201027 - head/usr.sbin/ntp
Message-ID:  <200912261832.nBQIWZVQ017713@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <utmp.h>.
  
  The utmp code in systime.c is not enabled, so including <utmp.h> has no
  effect in our setup. This makes it a little easier for me to migrate to
  <utmpx.h>.
  
  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 <utmp.h> header file. */
-#define HAVE_UTMP_H 1
+/* #undef HAVE_UTMP_H */
 
 /* Define to 1 if you have the <values.h> header file. */
 /* #undef HAVE_VALUES_H */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912261832.nBQIWZVQ017713>