From owner-freebsd-current Tue Dec 22 13:15:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05921 for freebsd-current-outgoing; Tue, 22 Dec 1998 13:15:37 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alushta.NL.net (alushta.NL.net [193.78.240.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05817 for ; Tue, 22 Dec 1998 13:15:28 -0800 (PST) (envelope-from benst@terminus.stuyts.nl) Received: from stuyts by alushta.NL.net with UUCP id <4702-31410>; Tue, 22 Dec 1998 22:15:01 +0100 Received: from daneel.stuyts.nl (daneel.stuyts.nl [193.78.231.7]) by terminus.stuyts.nl (8.9.1/8.9.1) with ESMTP id WAA35931 for ; Tue, 22 Dec 1998 22:11:19 +0100 (MET) (envelope-from benst) Received: (from benst@localhost) by daneel.stuyts.nl (8.8.5/8.8.5) id WAA06117 for current@freebsd.org; Tue, 22 Dec 1998 22:11:14 +0100 (MET) Message-Id: <199812222111.WAA06117@daneel.stuyts.nl> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 3.3 v118.2) X-Nextstep-Mailer: Mail 3.3 (Enhance 1.2) Received: by NeXT.Mailer (1.118.2) From: Ben Stuyts Date: Tue, 22 Dec 98 22:11:13 +0100 To: current@FreeBSD.ORG Subject: Problem with newsyslog: preposterous process number. Reply-To: ben@stuyts.nl Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I just received the following from cron: newsyslog: preposterous process number: 35655 newsyslog: log not compressed because daemon not notified Looking in /usr/src/usr.sbin/newsyslog/newsyslog.c I see: #define MIN_PID 5 #define MAX_PID 30000 /* was 65534, see /usr/include/sys/proc.h */ However, in /usr/include/sys/proc.h I see: #define PID_MAX 99999 It seems these two files are no longer synced. (Perhaps newsyslog.c should just include sys/proc.h?) Regards, Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message