Re: [PATCH] Sector size on NetBSD

2011-07-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.07.2011 01:31, Grégoire Sutre wrote: > Hi, > > NetBSD does not know about BLKSSZGET. The attached patch retrieves > the sector size from the disk label (for NetBSD). > Go ahead > Grégoire > > > ___ > Grub-devel mailing list > Grub-devel@gnu.org > h

[PATCH] Sector size on NetBSD

2011-07-03 Thread Grégoire Sutre
Hi, NetBSD does not know about BLKSSZGET. The attached patch retrieves the sector size from the disk label (for NetBSD). Grégoire === modified file 'ChangeLog' --- ChangeLog 2011-07-02 19:22:19 + +++ ChangeLog 2011-07-03 22:52:47 + @@ -1,3 +1,8 @@ +2011-07-03 Grégoire Sutre + +