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