X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=a56%2Fsubs.c;h=5166717c4067da5ccfeecbc36750eb2cccea0847;hb=d758389b6d1f9d1e6a7ed2c4f13bbabf21e6bffd;hp=f0e0b9db928bc850f3dff80e4751dcba22c55769;hpb=3476f0775980849d62d61410359f476e410f1b03;p=linux-libre-firmware.git diff --git a/a56/subs.c b/a56/subs.c index f0e0b9d..5166717 100644 --- a/a56/subs.c +++ b/a56/subs.c @@ -9,6 +9,7 @@ /* * Copyright (C) 2008 Robert Millan + * Copyright (C) 2012 Thorsten Alteholz * * This file is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published @@ -151,7 +152,7 @@ int size; (c) >= 'A' && (c) <= 'Z' || \ (c) >= 'a' && (c) <= 'z') -strtol(s, p, base) +a56_strtol(s, p, base) register char *s, **p; register int base; {