diff options
-rw-r--r-- | src/include/utmps/utmpx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utmps/utmpx.h b/src/include/utmps/utmpx.h index 8f6aaa6..dd68945 100644 --- a/src/include/utmps/utmpx.h +++ b/src/include/utmps/utmpx.h @@ -67,7 +67,7 @@ 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 */ +/* Unused, but some packages (ex: procps-ng) require this macro to be present */ #define UTMPX_FILE "/run/utmps/utmp" /* More old GNU/crap compatibility */ |