From: roland Date: Tue, 5 May 1992 23:11:56 +0000 (+0000) Subject: Formerly posix/getcwd.c.~9~ X-Git-Tag: jems-14oct94~4664 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=fe7d753a338ff23a28f53036c42ff8a833918181 Formerly posix/getcwd.c.~9~ --- diff --git a/sysdeps/posix/getcwd.c b/sysdeps/posix/getcwd.c index ac98a6e503..3b39e18dbb 100644 --- a/sysdeps/posix/getcwd.c +++ b/sysdeps/posix/getcwd.c @@ -48,7 +48,6 @@ DEFUN(getcwd, (buf, size), char *buf AND size_t size) ino_t rootino, thisino; char *path; register char *pathp; - size_t pathlen; struct stat st; if (size == 0)