Re: Formatting time in kernel

2006-05-31 Thread Ulf Lilleengen
On Tue, May 30, 2006 at 07:17:45PM -0500, Rick C. Petty wrote: > On Fri, May 26, 2006 at 10:59:18PM +0200, Ulf Lilleengen wrote: > > > > I've been looking through the kernel code the past few days, but I have not > > found > > what I'm looking for, which is a way to format "struct timeval" for ou

Formatting time in kernel

2006-05-26 Thread Ulf Lilleengen
Hi, I've been looking through the kernel code the past few days, but I have not found what I'm looking for, which is a way to format "struct timeval" for output in the same matter as the ctime(3) in the standard libc. I keep thinking how this part of the code should not be in kernel because of