utmp

simple login manager
git clone git://git.suckless.org/utmp
Log | Files | Refs | README | LICENSE

commit 3900c06929f0184d80c0be3145afbb807b910471
parent 2583293ac5eb66e988cb0492ca707779b8ea2be6
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 22 Feb 2015 16:27:41 +0000

Remove double inclusion of utmpx

Diffstat:
Mposix.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/posix.c b/posix.c @@ -10,7 +10,6 @@ #include <sys/types.h> #include <unistd.h> -#include <utmpx.h> #include <pwd.h> #include <grp.h>