From owner-p4-projects@FreeBSD.ORG Sat Oct 14 10:31:43 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D568716A415; Sat, 14 Oct 2006 10:31:43 +0000 (UTC) X-Original-To: perforce@FreeBSD.org Delivered-To: perforce@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B040E16A403 for ; Sat, 14 Oct 2006 10:31:43 +0000 (UTC) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B9D043D46 for ; Sat, 14 Oct 2006 10:31:43 +0000 (GMT) (envelope-from rdivacky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9EAVhHI071674 for ; Sat, 14 Oct 2006 10:31:43 GMT (envelope-from rdivacky@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9EAVhRS071670 for perforce@freebsd.org; Sat, 14 Oct 2006 10:31:43 GMT (envelope-from rdivacky@FreeBSD.org) Date: Sat, 14 Oct 2006 10:31:43 GMT Message-Id: <200610141031.k9EAVhRS071670@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rdivacky@FreeBSD.org using -f From: Roman Divacky To: Perforce Change Reviews Cc: Subject: PERFORCE change 107874 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Oct 2006 10:31:44 -0000 http://perforce.freebsd.org/chv.cgi?CH=107874 Change 107874 by rdivacky@rdivacky_witten on 2006/10/14 10:31:29 Missing comma ;( Affected files ... .. //depot/projects/linuxolator/src/sys/amd64/linux32/syscalls.master#5 edit .. //depot/projects/linuxolator/src/sys/i386/linux/syscalls.master#4 edit Differences ... ==== //depot/projects/linuxolator/src/sys/amd64/linux32/syscalls.master#5 (text+ko) ==== @@ -298,7 +298,7 @@ l_gid16_t egid, l_gid16_t sgid); } 171 AUE_GETRESGID STD { int linux_getresgid16(l_gid16_t *rgid, \ l_gid16_t *egid, l_gid16_t *sgid); } -172 AUE_PRCTL STD { int linux_prctl(l_int option, l_int arg2, l_int arg3 \ +172 AUE_PRCTL STD { int linux_prctl(l_int option, l_int arg2, l_int arg3, \ l_int arg4, l_int arg5); } 173 AUE_NULL STD { int linux_rt_sigreturn( \ struct l_ucontext *ucp); } ==== //depot/projects/linuxolator/src/sys/i386/linux/syscalls.master#4 (text+ko) ==== @@ -301,7 +301,7 @@ l_gid16_t egid, l_gid16_t sgid); } 171 AUE_GETRESGID STD { int linux_getresgid16(l_gid16_t *rgid, \ l_gid16_t *egid, l_gid16_t *sgid); } -172 AUE_PRCTL STD { int linux_prctl(l_int option, l_int arg2, l_int arg3 \ +172 AUE_PRCTL STD { int linux_prctl(l_int option, l_int arg2, l_int arg3, \ l_int arg4, l_int arg5); } 173 AUE_NULL STD { int linux_rt_sigreturn( \ struct l_ucontext *ucp); }