From 918592df59c477f115a5952f659d79ce0910e395 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sat, 26 Dec 2009 18:32:35 +0000 Subject: [PATCH] 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 --- usr.sbin/ntp/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index 518cd8ca565d..8359b301d971 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -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 */