From owner-freebsd-current@FreeBSD.ORG Tue Oct 24 17:39:29 2006 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07AFB16A403; Tue, 24 Oct 2006 17:39:29 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F5E143D75; Tue, 24 Oct 2006 17:39:28 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.47] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.6) with ESMTP id k9OHdOq4031017 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Oct 2006 10:39:25 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <453E4F8D.4040909@FreeBSD.org> Date: Tue, 24 Oct 2006 10:38:21 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Robert Watson References: <20061024160433.GA17311@stud.fit.vutbr.cz> <20061024164928.GF21304@rambler-co.ru> <20061024165357.GG21304@rambler-co.ru> <20061024180714.I48521@fledge.watson.org> In-Reply-To: <20061024180714.I48521@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Divacky Roman , Ruslan Ermilov , current@FreeBSD.org Subject: Re: GENERIC build on recent -currento n amd64 broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 17:39:29 -0000 Should be fixed already. -Maxim Robert Watson wrote: > > On Tue, 24 Oct 2006, Ruslan Ermilov wrote: > >> On Tue, Oct 24, 2006 at 08:49:28PM +0400, Ruslan Ermilov wrote: >>> Apply this patch, then type "make" while in sys/compat/freebsd32, >>> then try to build kernel again. >>> >> Oops, try this patch instead: > > Feel free to go ahead and commit this; I'll be offline for a few more > hours. > > Thanks, > > Robert N M Watson > Computer Laboratory > University of Cambridge > >> >> %%% >> Index: syscalls.master >> =================================================================== >> RCS file: /home/ncvs/src/sys/compat/freebsd32/syscalls.master,v >> retrieving revision 1.84 >> diff -u -p -r1.84 syscalls.master >> --- syscalls.master 24 Oct 2006 13:49:44 -0000 1.84 >> +++ syscalls.master 24 Oct 2006 16:52:03 -0000 >> @@ -733,21 +733,21 @@ >> const struct timespec32 *timeout); } >> 443 AUE_NULL NOPROTO { int thr_wake(long id); } >> 444 AUE_MODUNLOAD NOPROTO { int kldunloadf(int fileid, int >> flags); } >> -445 AUE_AUDIT STD { int audit(const void *record, \ >> +445 AUE_AUDIT NOPROTO { int audit(const void *record, \ >> u_int length); } >> -446 AUE_AUDITON STD { int auditon(int cmd, void *data, \ >> +446 AUE_AUDITON NOPROTO { int auditon(int cmd, void *data, \ >> u_int length); } >> -447 AUE_GETAUID STD { int getauid(uid_t *auid); } >> -448 AUE_SETAUID STD { int setauid(uid_t *auid); } >> -449 AUE_GETAUDIT STD { int getaudit(struct auditinfo >> *auditinfo); } >> -450 AUE_SETAUDIT STD { int setaudit(struct auditinfo >> *auditinfo); } >> -451 AUE_GETAUDIT_ADDR STD { int getaudit_addr( \ >> +447 AUE_GETAUID NOPROTO { int getauid(uid_t *auid); } >> +448 AUE_SETAUID NOPROTO { int setauid(uid_t *auid); } >> +449 AUE_GETAUDIT NOPROTO { int getaudit(struct auditinfo >> *auditinfo); } >> +450 AUE_SETAUDIT NOPROTO { int setaudit(struct auditinfo >> *auditinfo); } >> +451 AUE_GETAUDIT_ADDR NOPROTO { int getaudit_addr( \ >> struct auditinfo_addr *auditinfo_addr, \ >> u_int length); } >> -452 AUE_SETAUDIT_ADDR STD { int setaudit_addr( \ >> +452 AUE_SETAUDIT_ADDR NOPROTO { int setaudit_addr( \ >> struct auditinfo_addr *auditinfo_addr, \ >> u_int length); } >> -453 AUE_AUDITCTL STD { int auditctl(char *path); } >> +453 AUE_AUDITCTL NOPROTO { int auditctl(char *path); } >> 454 AUE_NULL STD { int freebsd32_umtx_op(void *obj, int op,\ >> u_long val, void *uaddr, \ >> void *uaddr2); } >> %%% >> >> >> Cheers, >> -- >> Ruslan Ermilov >> ru@FreeBSD.org >> FreeBSD committer >> > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >