daemon: Move statvfs code into separate file.
authorRichard Jones <rjones@redhat.com>
Wed, 25 Nov 2009 12:24:01 +0000 (12:24 +0000)
committerRichard Jones <rjones@redhat.com>
Wed, 25 Nov 2009 16:28:26 +0000 (16:28 +0000)
commit63516f39a0b1381ef3d06d9eb55141bf6c4466b0
tree2fe0abe93d408358ca07c00986f292ded94ba3f1
parentb3035e8d7c04a71d9a54ab7e52bc9e169ecf0b47
daemon: Move statvfs code into separate file.

This makes no functional change to the code.  It just moves the
statvfs-related code out of daemon/stat.c into a new file called
daemon/statvfs.c.
daemon/Makefile.am
daemon/stat.c
daemon/statvfs.c [new file with mode: 0644]