mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
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)
11 lines
203 B
C
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>
|