Why not (?):

> diff -uNr 2.4.0-ac/lib/cmdline.c 2.4.0-ac-memparse/lib/cmdline.c
> --- 2.4.0-ac/lib/cmdline.c    Mon Aug 28 11:42:45 2000
> +++ 2.4.0-ac-memparse/lib/cmdline.c   Mon Jan 15 09:06:14 2001
> @@ -93,9 +93,9 @@
>   *   megabyte, or one gigabyte, respectively.
>   */
>  
> -unsigned long memparse (char *ptr, char **retptr)
> +unsigned long long memparse (char *ptr, char **retptr)
>  {
> -     unsigned long ret = simple_strtoul (ptr, retptr, 0);
> +     unsigned long long ret = simple_strtoul (ptr, retptr, 0);
! +     unsigned long long ret = simple_strtoull (ptr, retptr, 0);

~Randy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to