Missing libbb/xrealloc_vector.c

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Wed Jul 9 21:37:30 UTC 2008


On Wed, 9 Jul 2008, Denys Vlasenko wrote:

> On Wednesday 09 July 2008 21:54, Denys Vlasenko wrote:
> > On Wednesday 09 July 2008 08:58, Cristian Ionescu-Idbohrn wrote:
> > > On Tue, 8 Jul 2008, Loïc Grenié wrote:
> > >
> > > >     Halp ! A file is missing from last svn.
> > >
> > > There seems to be more to it:
> > >
> > >   modutils/insmod.c: In function 'obj_allocate_commons':
> > >   modutils/insmod.c:3085: error: too many arguments to function 'xrealloc'
> >
> > I fixed both of them. Try again. Sorry.
>
> And, btw, that particular instance of xrealloc was fixed by aldot,
> not me.

Great.

> (I found a few more with randomconfig later).

Some whitespace damages happened too:

--- miscutils/last_fancy.c	(revision 22723)
+++ miscutils/last_fancy.c	(working copy)
@@ -52,7 +52,7 @@

 	/* manpages say ut_tv.tv_sec *is* time_t,
 	 * but some systems have it wrong */
-        tmp = ut->ut_tv.tv_sec;
+	tmp = ut->ut_tv.tv_sec;
 	safe_strncpy(login_time, ctime(&tmp), 17);
 	snprintf(logout_time, 8, "- %s", ctime(&dur_secs) + 11);


Cheers,

-- 
Cristian



More information about the busybox mailing list