ports/security/pwauth/files/patch-fail__check.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

11 lines
233 B
C

--- fail_check.c.orig 2020-04-11 16:28:08 UTC
+++ fail_check.c
@@ -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"