Date: Tue, 24 Oct 2006 20:53:57 +0400 From: Ruslan Ermilov <ru@FreeBSD.org> To: Divacky Roman <xdivac02@stud.fit.vutbr.cz> Cc: Robert Watson <rwatson@FreeBSD.org>, current@FreeBSD.org Subject: Re: GENERIC build on recent -currento n amd64 broken Message-ID: <20061024165357.GG21304@rambler-co.ru> In-Reply-To: <20061024164928.GF21304@rambler-co.ru> References: <20061024160433.GA17311@stud.fit.vutbr.cz> <20061024164928.GF21304@rambler-co.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--Qf1oXS95uex85X0R Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. >=20 Oops, try this patch instead: %%% Index: syscalls.master =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --Qf1oXS95uex85X0R Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFPkUlqRfpzJluFF4RAjWIAJ9Xw5nIHZ4YOQpj3Gj5v4cde6/QxgCfedND U3Xqaif1QZv7W4s7/MGKR10= =7bU7 -----END PGP SIGNATURE----- --Qf1oXS95uex85X0R--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061024165357.GG21304>