Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 1995 18:25:28 +0200 (MET DST)
From:      roberto@blaise.ibp.fr (Ollivier Robert)
To:        kimc@w8hd.w8hd.org (kim culhan)
Cc:        hackers@freebsd.org
Subject:   Re: sendmail 8.6.12 on -current
Message-ID:  <199506041625.SAA11212@blaise.ibp.fr>
In-Reply-To: <Pine.NEB.3.91.950604114257.484D-100000@w8hd.w8hd.org> from "kim culhan" at Jun 4, 95 11:49:02 am

next in thread | previous in thread | raw e-mail | index | archive | help
> Yours doesn't do this ?

Yes it does now. I've just didn't try with 8.6.12 :-(

The patch you need is to add the following line under the #ifdef __bsdi__ :

#  ifdef __FreeBSD__
#   undef PS_STRINGS    /* XXX This is broken due to needing<machine/pmap.h> */
#   define PROCTITLEPAD '\0'
#  endif

> > I compiled 8.7.Beta.2 here and it works perfectly here. I've sent a patch
> > to sendmail@cs.berkeley.edu for the gid_t problem.

Sendmail 8.7.Beta2 has this :

# if SPT_TYPE == SPT_PSTAT
#  include <sys/pstat.h>
# endif
# if SPT_TYPE == SPT_PSSTRINGS
#  include <machine/vmparam.h>
#  include <sys/exec.h>
#  ifndef PS_STRINGS    /* hmmmm....  apparently not available after all */
#   undef SPT_TYPE
#   define SPT_TYPE     SPT_REUSEARGV
#  else
#   ifndef NKPDE                        /* FreeBSD 2.0 */
#    define NKPDE 63
typedef unsigned int    *pt_entry_t;
#   endif
#  endif
# endif

David, is it more correct or not ?
-- 
Ollivier ROBERT     -=- The daemon is FREE! -=-     roberto@FreeBSD.ORG
FreeBSD keltia 2.0-BUILT-19950503 #3: Wed May  3 19:53:04 MET DST 1995



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506041625.SAA11212>