mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
PR: 243650 [1] PR: 244289 [2] Submitted by: Benjamin Lutz [1] Submitted by: ian [2] Approved by: maintainer MFH: 2020Q2
11 lines
213 B
C
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
|