I have created a new version of the FreeBSD patch.
Line 213 in parted/table.c would be: temps = (char *) *s; instead of: temps = *s; One more thing. It seems that you are using TABs for indentation. Since different editors interpret TAB differently, it is better if you could use blank spaces instead. Currently 8 blank spaces seems to be the norm, which may change to 4 later on when we reformat the whole code and make it uniform. Hence for the time-being it would be nice if you could replace those TABs with 8 blank spaces. Happy hacking, Debarshi -- GPG key ID: 63D4A5A7 Key server: pgp.mit.edu _______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

