Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.eng.convex.com!newshost.convex.com!newsgate.duke.edu!news.mathworks.com!newsfeed.internetmci.com!in1.uu.net!csnews!alumni!atk From: atk@alumni.cs.Colorado.EDU (Alan T Krantz) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Any comments on this divergant from posix Date: 3 Jul 1996 07:55:09 GMT Organization: University of Colorado, Boulder CS Dept Lines: 5 Message-ID: <4rd90t$7i3@csnews.cs.colorado.edu> NNTP-Posting-Host: alumni.cs.colorado.edu X-Newsreader: TIN [version 1.2 PL2] According to the pthred folks posix standard states thattimespec members should be tv_sec and tv_nsec yet on freebsd they are ts_sec ans ts_nsec. Any comments - if this is an error can freebsd change them? Will it break things for me to just edit sys/time.h and change it ?