]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/chown.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / io / chown.c
index 280f2c1d59a386df85820868c9a6d6a399248d6c..16cadd0e260ef87b5b29f7135a6715963e3a62fb 100644 (file)
 
 /* Change the owner and group of FILE.  */
 int
-__chown (file, owner, group)
-     const char *file;
-     uid_t owner;
-     gid_t group;
+__chown (const char *file, uid_t owner, gid_t group)
 {
   if (file == NULL)
     {