Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2006 11:53:02 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 99750 for review
Message-ID:  <200606211153.k5LBr2Ps069067@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=99750

Change 99750 by rdivacky@rdivacky_witten on 2006/06/21 11:52:32

	Regen after syscalls.master update.

Affected files ...

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

Differences ...

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

@@ -703,7 +703,7 @@
 	char sig_l_[PADL_(int)]; int sig; char sig_r_[PADR_(int)];
 };
 struct linux_set_thread_area_args {
-	char entry_l_[PADL_(void *)]; void * entry; char entry_r_[PADR_(void *)];
+	char desc_l_[PADL_(struct l_user_desc *)]; struct l_user_desc * desc; char desc_r_[PADR_(struct l_user_desc *)];
 };
 struct linux_fadvise64_args {
 	register_t dummy;

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


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




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