summaryrefslogtreecommitdiff
path: root/misc/ustat.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ustat.c')
-rw-r--r--misc/ustat.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/ustat.c b/misc/ustat.c
index 1e84062b50..c460ef183f 100644
--- a/misc/ustat.c
+++ b/misc/ustat.c
@@ -1,5 +1,5 @@
/* Return info on filesystem.
- Copyright (C) 1995-2015 Free Software Foundation, Inc.
+ Copyright (C) 1995-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
@@ -21,9 +21,7 @@
#include <sys/ustat.h>
int
-ustat (dev, ust)
- dev_t dev;
- struct ustat * ust;
+ustat (dev_t dev, struct ustat *ust)
{
__set_errno (ENOSYS);
return -1;