svn commit: r201027 - head/usr.sbin/ntp

Ed Schouten ed at FreeBSD.org
Sat Dec 26 18:32:35 UTC 2009


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 */


More information about the svn-src-all mailing list