diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-30 13:02:29 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-30 13:02:29 +0100 |
commit | 668d27b56857230fb81c04d1663a5aca1b9e77b9 (patch) | |
tree | 70aa1c50c89b6ccebd3362d42c3e9058cadef9f0 | |
parent | f666990c2f6d94beee4f21c0e52e582eee68b054 (diff) | |
download | libguestfs-668d27b56857230fb81c04d1663a5aca1b9e77b9.tar.gz libguestfs-668d27b56857230fb81c04d1663a5aca1b9e77b9.tar.xz libguestfs-668d27b56857230fb81c04d1663a5aca1b9e77b9.zip |
Rename tune2fs.c -> ext2.c
-rw-r--r-- | daemon/Makefile.am | 2 | ||||
-rw-r--r-- | daemon/ext2.c (renamed from daemon/tune2fs.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 1f517c21..1d3f752d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -28,6 +28,7 @@ guestfsd_SOURCES = \ debug.c \ devsparts.c \ dir.c \ + ext2.c \ file.c \ guestfsd.c \ ls.c \ @@ -38,7 +39,6 @@ guestfsd_SOURCES = \ stubs.c \ sync.c \ tar.c \ - tune2fs.c \ upload.c \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c diff --git a/daemon/tune2fs.c b/daemon/ext2.c index 99c12f09..99c12f09 100644 --- a/daemon/tune2fs.c +++ b/daemon/ext2.c |