[parted-devel] porting to FreeBSD

Debarshi 'Rishi' Ray debarshi.ray at gmail.com
Tue Mar 6 20:18:26 CET 2007


> 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



More information about the parted-devel mailing list