summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/chflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/chflags.c')
-rw-r--r--sysdeps/mach/hurd/chflags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/chflags.c b/sysdeps/mach/hurd/chflags.c
index 0f4614c8be..4186af3ccc 100644
--- a/sysdeps/mach/hurd/chflags.c
+++ b/sysdeps/mach/hurd/chflags.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2014 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,7 +24,7 @@
/* XXX shouldn't this be __chflags? */
int
-chflags (const char *file, int flags)
+chflags (const char *file, unsigned long int flags)
{
error_t err;
file_t port = __file_name_lookup (file, 0, 0);