summaryrefslogtreecommitdiff
path: root/security/pwauth/files/extra-patch-utmpx
blob: eef7e8e9b3a5abafcd41012bce6bc342e1126f58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- checkfaillog.c.orig	2012-02-11 13:18:31.000000000 +0200
+++ checkfaillog.c	2012-02-11 13:18:50.000000000 +0200
@@ -33,7 +33,7 @@
 
 #include <stdio.h>
 #include <sys/types.h>
-#include <utmp.h>
+#include <utmpx.h>
 #include <pwd.h>
 
 #include "config.h"
--- fail_check.c.orig	2012-02-11 13:18:36.000000000 +0200
+++ fail_check.c	2012-02-11 13:18:59.000000000 +0200
@@ -35,7 +35,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <utmp.h>
+#include <utmpx.h>
 
 #include "config.h"
 #include "fail_log.h"
--- pwauth.h.orig	2012-02-11 13:18:41.000000000 +0200
+++ pwauth.h	2012-02-11 13:19:08.000000000 +0200
@@ -71,7 +71,7 @@
 
 #ifdef UNIX_LASTLOG
 # define NEED_UID
-# include <utmp.h>
+# include <utmpx.h>
 # ifdef HAVE_LASTLOG_H
 #  include <lastlog.h>
 # endif