From owner-p4-projects@FreeBSD.ORG Fri Jul 28 10:29:26 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 9494916A4DE; Fri, 28 Jul 2006 10:29:26 +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 55DA216A4DF for ; Fri, 28 Jul 2006 10:29:26 +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 E26E343D58 for ; Fri, 28 Jul 2006 10:29:25 +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 k6SATPjb016050 for ; Fri, 28 Jul 2006 10:29:25 GMT (envelope-from rdivacky@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6SATPZK016047 for perforce@freebsd.org; Fri, 28 Jul 2006 10:29:25 GMT (envelope-from rdivacky@FreeBSD.org) Date: Fri, 28 Jul 2006 10:29:25 GMT Message-Id: <200607281029.k6SATPZK016047@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 102638 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: Fri, 28 Jul 2006 10:29:26 -0000 http://perforce.freebsd.org/chv.cgi?CH=102638 Change 102638 by rdivacky@rdivacky_witten on 2006/07/28 10:28:44 Add linux_getppid() to syscalls.master. Affected files ... .. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#17 edit Differences ... ==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#17 (text+ko) ==== @@ -126,7 +126,7 @@ 62 AUE_NULL MSTD { int linux_ustat(l_dev_t dev, \ struct l_ustat *ubuf); } 63 AUE_DUP2 MNOPROTO { int dup2(u_int from, u_int to); } -64 AUE_GETPPID MNOPROTO { int getppid(void); } +64 AUE_GETPPID MSTD { int linux_getppid(void); } 65 AUE_GETPGRP MNOPROTO { int getpgrp(void); } 66 AUE_SETSID MNOPROTO { int setsid(void); } 67 AUE_NULL MSTD { int linux_sigaction(l_int sig, \