From 668d27b56857230fb81c04d1663a5aca1b9e77b9 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 30 Apr 2009 13:02:29 +0100 Subject: [PATCH] Rename tune2fs.c -> ext2.c --- daemon/Makefile.am | 2 +- daemon/{tune2fs.c => ext2.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename daemon/{tune2fs.c => ext2.c} (100%) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 1f517c2..1d3f752 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 similarity index 100% rename from daemon/tune2fs.c rename to daemon/ext2.c -- 1.8.3.1