X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/b061a43bf32824cb214e9e3a29a974341de443d4..a9aaacca3a68bb8d74fec09d8d8681a0efda2581:/stdlib/FreeBSD/realpath.c diff --git a/stdlib/FreeBSD/realpath.c b/stdlib/FreeBSD/realpath.c index 3ce9d8b..15cf79e 100644 --- a/stdlib/FreeBSD/realpath.c +++ b/stdlib/FreeBSD/realpath.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD: src/lib/libc/stdlib/realpath.c,v 1.20 2003/05/28 08:23:01 fj #include #include "un-namespace.h" + struct attrs { u_int32_t len; attrreference_t name; @@ -105,6 +106,7 @@ realpath(const char *path, char inresolved[PATH_MAX]) return (NULL); } #endif /* __DARWIN_UNIX03 */ + /* * Extension to the standard; if inresolved == NULL, allocate memory */