Imported Upstream version 3.1.0
[debian/amanda] / gnulib / fsusage.c
index 23d40ea1d1f62c1723b3e8e0ec3e97ebecc203e6..ade4195e33ac26ab2c269a1bb367bce43e3e7a22 100644 (file)
@@ -1,6 +1,6 @@
 /* fsusage.c -- return space usage of mounted file systems
 
-   Copyright (C) 1991, 1992, 1996, 1998, 1999, 2002, 2003, 2004, 2005, 2006
+   Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
@@ -94,6 +94,7 @@
 int
 get_fs_usage (char const *file, char const *disk, struct fs_usage *fsp)
 {
+  (void) disk;  /* avoid argument-unused warning */
 #if defined STAT_STATVFS               /* POSIX */
 
   struct statvfs fsd;