mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
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:
parent
4d2280e883
commit
918592df59
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201027
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user