From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15287 invoked from network); 27 Oct 1998 16:21:44 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 27 Oct 1998 16:21:44 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id LAA12186; Tue, 27 Oct 1998 11:11:44 -0500 (EST) Resent-Date: Tue, 27 Oct 1998 11:11:44 -0500 (EST) To: zsh-workers@math.gatech.edu Path: mason From: mason@primenet.com.au (Geoff Wing) Newsgroups: lists.zsh.workers Subject: Re: next release Date: 27 Oct 1998 16:15:27 GMT Organization: PrimeNet Computer Consultants Message-ID: References: ""Zefram""'s message of "Mon, 26 Oct 1998 09:59:25 NFT." <9810261017.AA25285@ibmth.df.unipi.it> Reply-To: mason@primenet.com.au NNTP-Posting-Host: coral.primenet.com.au X-Trace: coral.primenet.com.au 909504927 15232 203.43.15.2 (27 Oct 1998 16:15:27 GMT) X-Complaints-To: usenet@coral.primenet.com.au NNTP-Posting-Date: 27 Oct 1998 16:15:27 GMT X-Newsreader: slrn (0.9.5.2 UNIX) Resent-Message-ID: <"JFdaS2.0.L-2.03VDs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4460 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Peter Stephenson typed: :> I've added a new autoconf test that should detect whether the ut_xtime :> member is actually available. A couple of people have posted indicating :> that the actual struct member to use is ut_tv.tv_sec. Can someone tell :> me whether this is the *only* name for the correct member, or is there :> a definition for ut_time in the system header? :Here's the definition of struct utmpx from utmpx.h on a HP-UX B.10.20 :machine (dunno if the B. is important). There's a lot of conditional :compilation but there's no sign of ut_time, only ut_tv; same elsewhere :in utmpx.h. ut_time is present in struct utmp defined in utmp.h, :however. utmpx on: Digital Unix 4.0D: ut_tv.tv_sec Solaris 2.5: ut_xtime (is defined as ut_tv.tv_sec) -- Geoff Wing Mobile : 0412 162 441 Work URL: http://www.primenet.com.au/ Ego URL: http://pobox.com/~gcw/