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