[Parted-commits] GNU Parted Official Repository: Changes to 'next'

Jim Meyering meyering at alioth.debian.org
Tue Jun 16 14:02:22 UTC 2009


 libparted/labels/sun.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2546931d38d060e7e339aa4aa2b74863a7c73650
Author: Jim Meyering <meyering at redhat.com>
Date:   Tue Jun 16 16:02:15 2009 +0200

    sun: remove obsolete FIXME comments
    
    * libparted/labels/sun.c:

diff --git a/libparted/labels/sun.c b/libparted/labels/sun.c
index 98e568f..25db2b6 100644
--- a/libparted/labels/sun.c
+++ b/libparted/labels/sun.c
@@ -35,7 +35,7 @@
 
 #include "misc.h"
 #include "pt-tools.h"
-#include "verify.h" // FIXME
+#include "verify.h"
 
 /* Most of this came from util-linux's sun support, which was mostly done
    by Jakub Jelinek.  */
@@ -332,7 +332,7 @@ sun_read (PedDisk* disk)
 		goto error;
 
 	SunRawLabel *label = &disk_data->raw_label;
-	verify (sizeof (*label) == 512); // FIXME
+	verify (sizeof (*label) == 512);
 	memcpy (label, s0, sizeof (*label));
 	free (s0);
 



More information about the Parted-commits mailing list