Messages in this thread |  | | | Date | Wed, 26 Mar 2008 07:06:43 +0100 | | From | Ingo Molnar <> | | Subject | Re: [PATCH] x86 floppy: kill off the 'register' keyword from header |
* Jesper Juhl <jesper.juhl@gmail.com> wrote:
> - register unsigned char st; > + unsigned char st;
> - register int lcount; > - register char *lptr; > + int lcount; > + char *lptr;
thanks, applied.
Ingo
|  |