[parted-devel] HFS+ resize support for little-endian systems

Olaf Hering olh at suse.de
Wed Feb 28 14:03:34 CET 2007


On Sat, Feb 24, Matthew Garrett wrote:

> +++ libparted/fs/hfs/journal.h	2007-02-12 19:14:06.000000000 +0000
> @@ -26,6 +26,8 @@
>  
>  #include "hfs.h"
>  
> +static int little_endian = 0;

Globals do not go into header files.
Globals do not need initialization to zero.



More information about the parted-devel mailing list