projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1d9132
)
fix typo: s/chat/char/
author
Jim Meyering
<jim@meyering.net>
Sun, 24 May 1998 13:41:57 +0000
(13:41 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 24 May 1998 13:41:57 +0000
(13:41 +0000)
lib/lchown.c
patch
|
blob
|
history
diff --git
a/lib/lchown.c
b/lib/lchown.c
index 04c27c146db861e33fe9700477f06be222655dfc..3e2b6c9f25a3f0eb77df6164af3a7900fbb16b80 100644
(file)
--- a/
lib/lchown.c
+++ b/
lib/lchown.c
@@
-30,7
+30,7
@@
extern int errno;
In that case, set errno to ENOSYS and return -1. */
int
-lchown (const cha
t
*file, uid_t uid, gid_t gid)
+lchown (const cha
r
*file, uid_t uid, gid_t gid)
{
struct stat stats;