about summary refs log tree commit diff
path: root/misc/chflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/chflags.c')
-rw-r--r--misc/chflags.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/chflags.c b/misc/chflags.c
index 241be86be7..84cc606e00 100644
--- a/misc/chflags.c
+++ b/misc/chflags.c
@@ -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)
     {