diff options
Diffstat (limited to 'conf/fh_dref/fh_dref_linux.h')
-rw-r--r-- | conf/fh_dref/fh_dref_linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/fh_dref/fh_dref_linux.h b/conf/fh_dref/fh_dref_linux.h new file mode 100644 index 0000000000000..7ffa5b5069522 --- /dev/null +++ b/conf/fh_dref/fh_dref_linux.h @@ -0,0 +1,2 @@ +/* $srcdir/conf/fh_dref/fh_dref_linux.h */ +#define NFS_FH_DREF(dst, src) memcpy((char *) &(dst.data), (char *) src, sizeof(struct nfs_fh)) |