|
--- a/loginrec.c
|
|
+++ b/loginrec.c
|
|
@@ -614,7 +614,7 @@
|
|
** into account.
|
|
**/
|
|
|
|
-#if defined(USE_UTMP) || defined (USE_WTMP) || defined (USE_LOGIN)
|
|
+#if defined(USE_BTMP) || defined(USE_UTMP) || defined (USE_WTMP) || defined (USE_LOGIN)
|
|
|
|
/* build the utmp structure */
|
|
void
|