]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/chflags.c
Convert 703 function definitions to prototype style.
[thirdparty/glibc.git] / misc / chflags.c
index 241be86be7e46ac348ba72a23f4ad0cd00fe7506..84cc606e002a6aa8064c9f73465a9581a5ab940e 100644 (file)
@@ -24,9 +24,7 @@
 int chflags (const char *file, unsigned long int flags) __THROW;
 
 int
-chflags (file, flags)
-     const char *file;
-     unsigned long int flags;
+chflags (const char *file, unsigned long int flags)
 {
   if (file == NULL)
     {