mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
5be920fe5f
- Fix readline dependency. - Fix errno-to-string function for mountpoint->fhs_status.
11 lines
206 B
C
11 lines
206 B
C
--- nfs_prot_xdr.c.orig 2013-05-10 21:40:04 UTC
|
|
+++ nfs_prot_xdr.c
|
|
@@ -4,6 +4,7 @@
|
|
*/
|
|
|
|
#include "nfs_prot.h"
|
|
+#define xdr_u_quad_t xdr_u_int64_t
|
|
|
|
bool_t
|
|
xdr_cookieverf3 (XDR *xdrs, cookieverf3 objp)
|