From: Jim Meyering Date: Sun, 24 May 1998 13:41:57 +0000 (+0000) Subject: fix typo: s/chat/char/ X-Git-Tag: cvs-readonly~7795 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=5e3f50237a1c33968f4adf865211b65e1100785a;p=gnulib.git fix typo: s/chat/char/ --- 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;