Messages in this thread |  | | Date | Sun, 14 Jan 2001 01:01:25 +0200 | From | Petru Paler <> | Subject | Re: [PATCH] sparc64 compile fix |
| |
On Sat, Jan 13, 2001 at 02:55:42PM -0800, David S. Miller wrote: > Petru Paler writes: > > - struct dqblk d; > > + struct dqblk32 d; > > What does this fix? Things compile just fine without > it and looking at the code it was intended to be of > the original type. > > Please explain exactly what submitted patches fix in > the future, thanks.
Sorry, my fingers slipped and I sent the mail too fast :(
Trying to compile 2.4.0-ac8 resulted in an error about storage size of variable d not being known (I don't have the exact error at hand, the network connectivity to that server is down right now). Changing it to dqblk32 got it to compile.
Am I doing something else wrong ?
-- Petru Paler, mailto:ppetru@ppetru.net http://www.ppetru.net - ICQ: 41817235 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |