ports/net/unfs3/files/patch-attr.c
Robert Clausecker c6dc382584 net/unfs3: update to 0.9.23
ChangeLog: https://github.com/unfs3/unfs3/blob/master/NEWS

 * include AFS support for better serving of files from AFS filesystems
 * use svc_getreq_poll() when available
 * fix serving files larger than 4GB from Windows
 * better support for 64-bit systems
 * fixes for macOS and Windows support
 * fixes when cross compiling
 * better support for exporting FAT filesystems

PR:		267848
Reported by:	fuz@fuz.su (maintainer)
MFH:		2022Q4 (bugfix release)
2022-11-22 07:19:47 +01:00

11 lines
203 B
C

--- attr.c.orig 2022-11-17 12:28:15 UTC
+++ attr.c
@@ -7,6 +7,8 @@
#include "config.h"
+#include <stdlib.h>
+#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <rpc/rpc.h>