On Sun, Dec 16, 2007 at 02:47:35AM +0000, Samuel Thibault wrote:
> Cool, thanks!
> 
> However, we still have a problem on the resize part. On GNU/Hurd (and
> also on some BSD variants IIRC), the _IOW macro encodes the type in the
> actual ioctl number, so that it can't be completely arbitrary. The
> attached patch defines what is needed for struct ext2_new_group_input to
> work.

What platforms has this been tested on.  Just the Hurd, or have you
also tested on FreeBSD?  I want to add a comment so just in case this
turns out to break on some other BSD variant, we know how to #ifdef
it.  

Or I could just #ifdef it for the Hurd for now, and change it to a #if
defined(__hurd__) || defined(__fooBSD__) later....

Do you have any thoughts or preferences/

                                        - Ted



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to