projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ef62b5f
)
Formerly posix/getcwd.c.~9~
author
roland
<roland>
Tue, 5 May 1992 23:11:56 +0000
(23:11 +0000)
committer
roland
<roland>
Tue, 5 May 1992 23:11:56 +0000
(23:11 +0000)
sysdeps/posix/getcwd.c
patch
|
blob
|
history
diff --git
a/sysdeps/posix/getcwd.c
b/sysdeps/posix/getcwd.c
index
ac98a6e
..
3b39e18
100644
(file)
--- 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;
ino_t rootino, thisino;
char *path;
register char *pathp;
- size_t pathlen;
struct stat st;
if (size == 0)
struct stat st;
if (size == 0)