utmp

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

commit 35bb808dbe01cba4f48f0a57fc76050c8d522fab
parent 33e676c66753d1a065db341d35a104fd7adda78e
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat, 16 Aug 2014 11:01:42 +0200

Remove duplicated inclusion of utmp.h

Diffstat:
Mbsd.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/bsd.c b/bsd.c @@ -10,8 +10,6 @@ #include <utmp.h> #include <pwd.h> -#include "utmp.h" - extern void die(const char *fmt, ...); extern struct passwd *pass; extern gid_t egid, gid;