Date: Fri, 28 Jul 2006 10:29:25 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 102638 for review Message-ID: <200607281029.k6SATPZK016047@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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, \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607281029.k6SATPZK016047>