Path: utzoo!utgpu!watmath!clyde!att!rutgers!deimos!uxc!uxc.cso.uiuc.edu!paul From: paul@uxc.cso.uiuc.edu Newsgroups: comp.mail.sendmail Subject: Re: Sendmail 5.61 prob Message-ID: <218300004@uxc.cso.uiuc.edu> Date: 9 Feb 89 22:37:00 GMT References: <788@blake.acs.washington.edu> Lines: 9 Nf-ID: #R:blake.acs.washington.edu:788:uxc.cso.uiuc.edu:218300004:000:348 Nf-From: uxc.cso.uiuc.edu!paul Feb 9 16:37:00 1989 I ran into this on a Ultrix system myself. The problem is that avenrun[] is either a float or a long and the arithmetic operations to it in getla() differ significantly. The fix is to grep the type of avenrun in your /usr/include/*.h (or /usr/include/sys/*.h) files, then change the #ifdef in conf.c to use the correct type. Paul Pomes UIUC CSO