From xemacs-m  Mon Jan 13 09:40:41 1997
Received: from chekov.ctd.comsat.com (exim@chekov.ctd.comsat.com [134.133.40.22])
          by xemacs.org (8.8.4/8.8.4) with SMTP
	  id JAA05689 for <xemacs-beta@xemacs.org>; Mon, 13 Jan 1997 09:40:40 -0600 (CST)
Received: from neal by chekov.ctd.comsat.com with local (Exim 1.58 #2)
	id 0vjoUu-0002Nn-00; Mon, 13 Jan 1997 10:40:28 -0500
To: Martin Buchholz <mrb@eng.sun.com>
Cc: XEmacs Beta Test <xemacs-beta@xemacs.org>
Subject: Re: (load-average) on HP's
References: <199701130920.BAA18968@xemacs.eng.sun.com>
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Jan_13_10:40:27_1997-1"
Content-Transfer-Encoding: 7bit
From: Neal Becker <neal@ctd.comsat.com>
Date: 13 Jan 1997 10:40:27 -0500
In-Reply-To: Martin Buchholz's message of Mon, 13 Jan 1997 01:20:23 -0800
Message-ID: <u93ew5vb10.fsf@chekov.ctd.comsat.com>
Lines: 30
X-Mailer: Gnus v5.2.40/XEmacs 20.0

--Multipart_Mon_Jan_13_10:40:27_1997-1
Content-Type: text/plain; charset=US-ASCII

Working on hpux9.05 after applying this patch:


--Multipart_Mon_Jan_13_10:40:27_1997-1
Content-Type: text/plain; charset=US-ASCII

*** getloadavg.c	1997/01/13 15:32:37	1.1
--- getloadavg.c	1997/01/13 15:33:42
***************
*** 568,574 ****
    
  #endif /* HAVE_KSTAT_H && HAVE_LIBKSTAT */
  
! #if !defined (LDAV_DONE) && defined (HAVE_PSTAT_H)
  #define LDAV_DONE
    /* This is totally undocumented, and is not guaranteed to work, but
       mayhap it might ....  If it does work, it will work only on HP-UX
--- 568,574 ----
    
  #endif /* HAVE_KSTAT_H && HAVE_LIBKSTAT */
  
! #if !defined (LDAV_DONE) && defined (HAVE_SYS_PSTAT_H)
  #define LDAV_DONE
    /* This is totally undocumented, and is not guaranteed to work, but
       mayhap it might ....  If it does work, it will work only on HP-UX

--Multipart_Mon_Jan_13_10:40:27_1997-1--

