ports/net/unfs3/files/patch-fh.h
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
287 B
C

--- fh.h.orig 2022-11-17 12:27:31 UTC
+++ fh.h
@@ -30,8 +30,6 @@ typedef struct {
#define FH_ANY 0
#define FH_DIR 1
-#define FD_NONE (-1) /* used for get_gen */
-
extern int st_cache_valid; /* stat value is valid */
extern backend_statstruct st_cache; /* cached stat value */