PERFORCE change 103013 for review

Roman Divacky rdivacky at FreeBSD.org
Wed Aug 2 10:41:43 UTC 2006


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

Change 103013 by rdivacky at rdivacky_witten on 2006/08/02 10:41:03

	Regen after syscalls.master update.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux_proto.h#20 edit
.. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux_syscall.h#20 edit
.. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux_sysent.c#20 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux_proto.h#20 (text+ko) ====

@@ -378,6 +378,7 @@
 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
 	char stack_l_[PADL_(void *)]; void * stack; char stack_r_[PADR_(void *)];
 	char parent_tidptr_l_[PADL_(void *)]; void * parent_tidptr; char parent_tidptr_r_[PADR_(void *)];
+	char dummy_l_[PADL_(int)]; int dummy; char dummy_r_[PADR_(int)];
 	char child_tidptr_l_[PADL_(void *)]; void * child_tidptr; char child_tidptr_r_[PADR_(void *)];
 };
 struct linux_newuname_args {

==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux_syscall.h#20 (text+ko) ====


==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/linux_sysent.c#20 (text+ko) ====



More information about the p4-projects mailing list