> > --- linux-2.6.8-rc3/include/linux/times.h�������Wed Jun 16 07:18:57
2004
> > +++ linux-2.6.8-s390/include/linux/times.h������Thu Jan �1 01:00:00
1970
> > @@ -1,65 +0,0 @@
> ...
> > -
> > -struct tms {
> > -�������clock_t tms_utime;
> > -�������clock_t tms_stime;
> > -�������clock_t tms_cutime;
> > -�������clock_t tms_cstime;
> > -};
> > -
>
> This should probably stay in linux/times.h, in order to be moved
> to abi/times.h one day. glibc has its own sys/times.h, but struct
> tms simply belongs into times.h, not time.h, according to the
> times man page.The times man pages says that the struct tms is defined in sys/times.h. This doesn't make it necessary to have a linux/times.h header file. These are kernel headers and not user space headers. Does anybody think it's important to keep the user/kernel header files names similar ? blue skies, Martin Linux/390 Design & Development, IBM Deutschland Entwicklung GmbH Sch�naicherstr. 220, D-71032 B�blingen, Telefon: 49 - (0)7031 - 16-2247 E-Mail: [EMAIL PROTECTED] ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
