PERFORCE change 103830 for review

Roman Divacky rdivacky at FreeBSD.org
Mon Aug 14 12:04:10 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103830

Change 103830 by rdivacky at rdivacky_witten on 2006/08/14 12:03:59

	Add missing comma.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/syscalls.master#13 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/syscalls.master#13 (text+ko) ====

@@ -214,7 +214,7 @@
 119	AUE_SIGRETURN	STD	{ int linux_sigreturn( \
 				    struct l_sigframe *sfp); }
 ; linux uses some strange calling convention here so we have to use the dummy arg
-120	AUE_RFORK	STD	{ int linux_clone(l_int flags, void *stack \
+120	AUE_RFORK	STD	{ int linux_clone(l_int flags, void *stack, \
 				    void *parent_tidptr, int dummy, void * child_tidptr); }
 121	AUE_SYSCTL	NOPROTO	{ int setdomainname(char *name, \
 				    int len); }


More information about the p4-projects mailing list