From owner-freebsd-hackers Sun Jun 4 09:25:33 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA15263 for hackers-outgoing; Sun, 4 Jun 1995 09:25:33 -0700 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA15257 for ; Sun, 4 Jun 1995 09:25:32 -0700 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id SAA13256 ; Sun, 4 Jun 1995 18:25:30 +0200 Received: from (roberto@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) id SAA11212 ; Sun, 4 Jun 1995 18:25:28 +0200 From: roberto@blaise.ibp.fr (Ollivier Robert) Message-Id: <199506041625.SAA11212@blaise.ibp.fr> Subject: Re: sendmail 8.6.12 on -current To: kimc@w8hd.w8hd.org (kim culhan) Date: Sun, 4 Jun 1995 18:25:28 +0200 (MET DST) Cc: hackers@freebsd.org In-Reply-To: from "kim culhan" at Jun 4, 95 11:49:02 am X-Operating-System: FreeBSD BUILT-19950501 ctm#617 X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1077 Sender: hackers-owner@freebsd.org Precedence: bulk > 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 */ # 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 # endif # if SPT_TYPE == SPT_PSSTRINGS # include # include # 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