summaryrefslogtreecommitdiff
path: root/login/utmp_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'login/utmp_db.c')
-rw-r--r--login/utmp_db.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/login/utmp_db.c b/login/utmp_db.c
index 2c5baf6592..70ed161f59 100644
--- a/login/utmp_db.c
+++ b/login/utmp_db.c
@@ -37,9 +37,11 @@ static const char default_file_name[] = _PATH_UTMP_DB;
static const char *file_name = (const char *) default_file_name;
/* Descriptor for database. */
+#if 0
+/* XXX One day this will become menaingful again. */
static DB *db_fd;
static char last_date[16];
-
+#endif
/* Our local functions. */
static int setutent_db (int reset);