summaryrefslogtreecommitdiffstats
path: root/gl/fsusage.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/fsusage.c')
-rw-r--r--gl/fsusage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gl/fsusage.c b/gl/fsusage.c
index 23d40ea..db0d3bc 100644
--- a/gl/fsusage.c
+++ b/gl/fsusage.c
@@ -1,6 +1,6 @@
1/* fsusage.c -- return space usage of mounted file systems 1/* fsusage.c -- return space usage of mounted file systems
2 2
3 Copyright (C) 1991, 1992, 1996, 1998, 1999, 2002, 2003, 2004, 2005, 2006 3 Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6 This program is free software: you can redistribute it and/or modify 6 This program is free software: you can redistribute it and/or modify
@@ -232,6 +232,7 @@ get_fs_usage (char const *file, char const *disk, struct fs_usage *fsp)
232 232
233#endif 233#endif
234 234
235 (void) disk; /* avoid argument-unused warning */
235 return 0; 236 return 0;
236} 237}
237 238