opnsense-ports/security/pwauth/files/patch-checkfaillog.c
Franco Fichtner e0be7652ae */*: sync with upstream
Taken from: HardenedBSD
2020-05-13 11:54:02 +02: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"