Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 2006 10:31:43 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 107874 for review
Message-ID:  <200610141031.k9EAVhRS071670@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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); }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610141031.k9EAVhRS071670>