summaryrefslogtreecommitdiff
path: root/misc/chflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/chflags.c')
-rw-r--r--misc/chflags.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/chflags.c b/misc/chflags.c
index 241be86be7..49c2fec851 100644
--- a/misc/chflags.c
+++ b/misc/chflags.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -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)
{