]> git.saurik.com Git - apple/libc.git/blobdiff - stdlib/FreeBSD/realpath.c
Libc-1353.100.2.tar.gz
[apple/libc.git] / stdlib / FreeBSD / realpath.c
index 3ce9d8b995eb642d8f8687cfbe8b7a83fde0812b..15cf79e5137ea0595f55ca22abeec1858e095185 100644 (file)
@@ -45,6 +45,7 @@ __FBSDID("$FreeBSD: src/lib/libc/stdlib/realpath.c,v 1.20 2003/05/28 08:23:01 fj
 #include <sys/vnode.h>
 #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
         */