Skip to content
Snippets Groups Projects
Commit 40bd37ac authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

follow upstream change

parent 62aa34e9
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,11 @@
#ifndef _PATH_WTMP
#define _PATH_WTMP "/dev/null/wtmp"
# ifdef WTMPX_FILE
# define _PATH_WTMP WTMPX_FILE
# else
# define _PATH_WTMP "/var/log/wtmp"
# endif
#endif
#define USAGE "66-hpr [ -H ] [ -l live ] [ -b banner ] [ -f ] [ -h | -p | -r ] [ -n ] [ -d | -w ] [ -W ]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment