Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/alpha/alpha
On Tue, Jul 26, 2011 at 06:19:21PM +0200, Nicolas Joly wrote:
> On Tue, Jul 26, 2011 at 05:27:38PM +0200, Joerg Sonnenberger wrote:
> > On Tue, Jul 26, 2011 at 02:59:04PM +0000, Nicolas Joly wrote:
> > > Module Name: src
> > > Committed By: njoly
> > > Date: Tue Jul 26 14:59:03 UTC 2011
> > >
> > > Modified Files:
> > > src/sys/arch/alpha/alpha: autoconf.c
> > >
> > > Log Message:
> > > Make atoi func static, and constify
> >
> > Shouldn't this use strtol to implement atoi?
>
> We don't have strtol for kernel use.
Then use strtoll. We have at least some conversion code in libkern.
Joerg
Home |
Main Index |
Thread Index |
Old Index