summaryrefslogtreecommitdiff
path: root/lib/lchown.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lchown.c')
-rw-r--r--lib/lchown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lchown.c b/lib/lchown.c
index 04c27c146..3e2b6c9f2 100644
--- 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 chat *file, uid_t uid, gid_t gid)
+lchown (const char *file, uid_t uid, gid_t gid)
{
struct stat stats;