opnsense-ports/security/pwauth/files/patch-pwauth.h
Franco Fichtner e0be7652ae */*: sync with upstream
Taken from: HardenedBSD
2020-05-13 11:54:02 +02:00

11 lines
213 B
C

--- pwauth.h.orig 2020-04-11 16:28:30 UTC
+++ pwauth.h
@@ -73,7 +73,7 @@
#ifdef UNIX_LASTLOG
# define NEED_UID
-# include <utmp.h>
+# include <utmpx.h>
# ifdef HAVE_LASTLOG_H
# include <lastlog.h>
# endif