summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-06-15 09:52:36 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-06-15 09:52:36 +0000
commit2e793d057499345ecd86b2b88dee479419100ff2 (patch)
treeccf4482d83ffbabeb8b1541e584b4b85fb796d21
parentd9f7821498ab662460e9d87e7f5fa03bcb65384d (diff)
downloadutmps-2e793d057499345ecd86b2b88dee479419100ff2.tar.xz
Add UTMPX_FILE macro to please coreutils and others
-rw-r--r--src/include/utmps/utmpx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/utmps/utmpx.h b/src/include/utmps/utmpx.h
index d0f3457..450d54a 100644
--- a/src/include/utmps/utmpx.h
+++ b/src/include/utmps/utmpx.h
@@ -69,6 +69,9 @@ extern void logwtmp (char const *, char const *, char const *) ;
#define UT_NAMESIZE UTMPS_UT_NAMESIZE
#define UT_HOSTSIZE UTMPS_UT_HOSTSIZE
+/* Unused, but some packages require this macro to be present */
+#define UTMPX_FILE "/run/utmps/utmp"
+
#ifdef __cplusplus
}
#endif