fix typo: s/chat/char/
authorJim Meyering <jim@meyering.net>
Sun, 24 May 1998 13:41:57 +0000 (13:41 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 24 May 1998 13:41:57 +0000 (13:41 +0000)
lib/lchown.c

index 04c27c146db861e33fe9700477f06be222655dfc..3e2b6c9f25a3f0eb77df6164af3a7900fbb16b80 100644 (file)
@@ -30,7 +30,7 @@ extern int errno;
    In that case, set errno to ENOSYS and return -1.  */
 
 int
-lchown (const chat *file, uid_t uid, gid_t gid)
+lchown (const char *file, uid_t uid, gid_t gid)
 {
   struct stat stats;