Remove duplicated inclusion of utmp.h - utmp - simple login manager
(HTM) git clone git://git.suckless.org/utmp
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 35bb808dbe01cba4f48f0a57fc76050c8d522fab
(DIR) parent 33e676c66753d1a065db341d35a104fd7adda78e
(HTM) Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Sat, 16 Aug 2014 11:01:42 +0200
Remove duplicated inclusion of utmp.h
Diffstat:
M bsd.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) 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;