about summary refs log tree commit diff
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/chflags.c b/sysdeps/mach/hurd/chflags.c
index 07a8b1fe0f..f088f9b437 100644
--- a/sysdeps/mach/hurd/chflags.c
+++ b/sysdeps/mach/hurd/chflags.c
@@ -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);