]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/getcwd.c
Libc-997.1.1.tar.gz
[apple/libc.git] / gen / FreeBSD / getcwd.c
index 512b88cd6de1b6bc490151f7c37f4ecc067ed4bf..c41854896a92042102e27f6120e2ddd422aacec7 100644 (file)
@@ -143,7 +143,7 @@ __private_getcwd(pt, size, usegetpath)
        ino_t root_ino;
        size_t ptsize, upsize;
        int save_errno;
-       char *ept, *eup, *up, c;
+       char *ept, *eup, *up;
 
        /*
         * If no buffer specified by the user, allocate one as necessary.