mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
ChangeLog: https://lists.freebsd.org/archives/freebsd-pkg-fallout/2022-October/282238.html PR: 267196 Reported by: fuz@fuz.su (maintainer)
13 lines
207 B
C
13 lines
207 B
C
--- src/funcs.c.orig 2022-10-19 10:26:29 UTC
|
|
+++ src/funcs.c
|
|
@@ -29,9 +29,7 @@
|
|
|
|
#include <unistd.h>
|
|
|
|
-#ifdef HAVE_SYS_FILE_H
|
|
-#include <sys/file.h>
|
|
-#endif
|
|
+#include <fcntl.h>
|
|
|
|
#include <sys/types.h>
|
|
|