|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH][TOOLS] libfsimage: portability fixes
Christoph Egger writes ("[Xen-devel] [PATCH][TOOLS] libfsimage: portability
fixes"):
> -SUBDIRS-y += $(shell env CC="$(CC)" ./check-libext2fs)
> +SUBDIRS-y += $(shell $(SHELL) env CC="$(CC)" ./check-libext2fs)
What purpose does this serve ?
> + /*
> + * Make reads from a raw disk sector-aligned. This is a requirement
> + * for NetBSD. Split the read up into to three parts to meet this
> + * requirement.
> + */
Please forgive my ignorance: Does NetBSD offer a different (non-raw)
device which does not have this requirement. If so perhaps we should
be using it instead - if not, why not ?
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|