From 5e3f50237a1c33968f4adf865211b65e1100785a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 24 May 1998 13:41:57 +0000 Subject: [PATCH] fix typo: s/chat/char/ --- lib/lchown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lchown.c b/lib/lchown.c index 04c27c146d..3e2b6c9f25 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; -- 2.30.2