summary refs log tree commit diff
path: root/misc/fchflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fchflags.c')
-rw-r--r--misc/fchflags.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/fchflags.c b/misc/fchflags.c
index b9f267583b..ad0d728aa0 100644
--- a/misc/fchflags.c
+++ b/misc/fchflags.c
@@ -24,9 +24,7 @@
 int fchflags (int fd, unsigned long int flags) __THROW;
 
 int
-fchflags (fd, flags)
-     int fd;
-     unsigned long int flags;
+fchflags (int fd, unsigned long int flags)
 {
   if (fd < 0)
     {