From owner-freebsd-commit Tue Nov 21 02:35:52 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA06004 for freebsd-commit-outgoing; Tue, 21 Nov 1995 02:35:52 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA05982 for cvs-all-outgoing; Tue, 21 Nov 1995 02:35:47 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA05955 for cvs-ports-outgoing; Tue, 21 Nov 1995 02:35:41 -0800 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA05937 ; Tue, 21 Nov 1995 02:35:23 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.12/8.6.9) id CAA00806; Tue, 21 Nov 1995 02:35:21 -0800 Date: Tue, 21 Nov 1995 02:35:21 -0800 Message-Id: <199511211035.CAA00806@silvia.HIP.Berkeley.EDU> To: markm@freefall.freebsd.org CC: CVS-commiters@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199511202125.NAA09429@freefall.freebsd.org> (message from Mark Murray on Mon, 20 Nov 1995 13:25:38 -0800) Subject: Re: cvs commit: ports/security/pidentd/patches patch-ae From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-commit@FreeBSD.ORG Precedence: bulk * Added: security/pidentd/patches patch-ae * Log: * Some macros were missing. This include sorts that out. Seems like you broke something here. ;) Satoshi ------- ## make package Checksums OK. ===> Extracting for pidentd-2.6.1 ===> Patching for pidentd-2.6.1 ===> Applying FreeBSD patches for pidentd-2.6.1 ===> Configuring for pidentd-2.6.1 ===> Building for pidentd-2.6.1 Building for FreeBSD 2.x ... cc -O2 -m486 -pipe -fno-strength-reduce -DFREEBSD -DINCLUDE_EXTENSIONS -DHAVE_KVM -c identd.c cc -O2 -m486 -pipe -fno-strength-reduce -DFREEBSD -DINCLUDE_EXTENSIONS -DHAVE_KVM -c parse.c cc -c -I. -O2 -m486 -pipe -fno-strength-reduce -DFREEBSD -DINCLUDE_EXTENSIONS -DHAVE_KVM kernel/freebsd.c In file included from /usr/include/sys/sysctl.h:48, from kernel/freebsd.c:16: /usr/include/sys/ucred.h:47: `NGROUPS' undeclared here (not in a function) In file included from /usr/include/sys/sysctl.h:49, from kernel/freebsd.c:16: /usr/include/sys/proc.h:58: `MAXLOGNAME' undeclared here (not in a function) /usr/include/sys/proc.h:149: parse error before `sigset_t' /usr/include/sys/proc.h:149: warning: no semicolon at end of struct or union /usr/include/sys/proc.h:150: warning: data definition has no type or storage class /usr/include/sys/proc.h:151: parse error before `p_sigcatch' /usr/include/sys/proc.h:151: warning: data definition has no type or storage class /usr/include/sys/proc.h:156: `MAXCOMLEN' undeclared here (not in a function) /usr/include/sys/proc.h:156: size of array `p_comm' has non-integer type /usr/include/sys/proc.h:172: parse error before `}' In file included from kernel/freebsd.c:16: /usr/include/sys/sysctl.h:199: field `kp_proc' has incomplete type /usr/include/sys/sysctl.h:230: `MAXLOGNAME' undeclared here (not in a function) *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop.