ports/security/pwauth/files/patch-checkfaillog.c
Rene Ladan 69044e296e security/pwauth: fix fetch and undeprecate
PR:		243650 [1]
PR:		244289 [2]
Submitted by:	Benjamin Lutz [1]
Submitted by:	ian [2]
Approved by:	maintainer
MFH:		2020Q2
2020-05-12 19:26:45 +00:00

13 lines
237 B
C

--- checkfaillog.c.orig 2020-04-11 16:27:51 UTC
+++ checkfaillog.c
@@ -32,8 +32,9 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
-#include <utmp.h>
+#include <utmpx.h>
#include <pwd.h>
#include "config.h"