diff options
Diffstat (limited to 'filesystems/fuse-chironfs/patches/patch-ad')
-rw-r--r-- | filesystems/fuse-chironfs/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/filesystems/fuse-chironfs/patches/patch-ad b/filesystems/fuse-chironfs/patches/patch-ad new file mode 100644 index 00000000000..f8a1eb5b83f --- /dev/null +++ b/filesystems/fuse-chironfs/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1.1.1 2007/11/27 18:55:40 pooka Exp $ + +--- src/chironfs.h.orig 2007-10-23 05:09:39.000000000 +0200 ++++ src/chironfs.h 2007-11-27 19:10:43.000000000 +0100 +@@ -157,6 +157,7 @@ + int fd_hashseek(int fd_main); + void print_err(int err, char *specifier); + void call_log(char *fnname, char *resource, int err); ++char *do_realpath(const char *pathname, char *resolvedname); + int choose_replica(int try); + void disable_replica(int n); + void opt_parse(char *fo, char**log, char**argvbuf); |