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
This commit is contained in:
Ed Schouten 2009-12-26 18:32:35 +00:00
parent 4d2280e883
commit 918592df59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201027

View File

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