CVSROOT: /sources/hurdextras
Module name: httpfs
Changes by: Samuel Thibault <sthibaul> 24/11/16 17:18:09
Modified files:
. : netfs.c
Log message:
Fix 64b builds
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/httpfs/netfs.c?cvsroot=hurdextras&r1=1.4&r2=1.5
Patches:
Index: netfs.c
===================================================================
RCS file: /sources/hurdextras/httpfs/netfs.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- netfs.c 3 Oct 2023 19:31:59 -0000 1.4
+++ netfs.c 16 Nov 2024 22:18:09 -0000 1.5
@@ -382,7 +382,7 @@
/* Attempt to set the passive translator record for FILE to ARGZ (of length
ARGZLEN) for user CRED. */
error_t netfs_set_translator (struct iouser *cred, struct node *node,
- const char *argz, size_t argzlen)
+ const char *argz, mach_msg_type_number_t argzlen)
{
return EROFS;
}
_______________________________________________
Hurdextras-commit mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/hurdextras-commit