Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2006 11:42:47 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 103751 for review
Message-ID:  <200608131142.k7DBglZY003967@repoman.freebsd.org>

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

Change 103751 by rdivacky@rdivacky_witten on 2006/08/13 11:42:06

	Regen after syscalls.master update.

Affected files ...

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

Differences ...

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

@@ -765,21 +765,21 @@
 };
 struct linux_clock_settime_args {
 	char which_l_[PADL_(clockid_t)]; clockid_t which; char which_r_[PADR_(clockid_t)];
-	char tp_l_[PADL_(struct linux_timespec *)]; struct linux_timespec * tp; char tp_r_[PADR_(struct linux_timespec *)];
+	char tp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tp; char tp_r_[PADR_(struct l_timespec *)];
 };
 struct linux_clock_gettime_args {
 	char which_l_[PADL_(clockid_t)]; clockid_t which; char which_r_[PADR_(clockid_t)];
-	char tp_l_[PADL_(struct linux_timespec *)]; struct linux_timespec * tp; char tp_r_[PADR_(struct linux_timespec *)];
+	char tp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tp; char tp_r_[PADR_(struct l_timespec *)];
 };
 struct linux_clock_getres_args {
 	char which_l_[PADL_(clockid_t)]; clockid_t which; char which_r_[PADR_(clockid_t)];
-	char tp_l_[PADL_(struct linux_timespec *)]; struct linux_timespec * tp; char tp_r_[PADR_(struct linux_timespec *)];
+	char tp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tp; char tp_r_[PADR_(struct l_timespec *)];
 };
 struct linux_clock_nanosleep_args {
 	char which_l_[PADL_(clockid_t)]; clockid_t which; char which_r_[PADR_(clockid_t)];
 	char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];
-	char rqtp_l_[PADL_(struct linux_timespec *)]; struct linux_timespec * rqtp; char rqtp_r_[PADR_(struct linux_timespec *)];
-	char rmtp_l_[PADL_(struct linux_timespec *)]; struct linux_timespec * rmtp; char rmtp_r_[PADR_(struct linux_timespec *)];
+	char rqtp_l_[PADL_(struct l_timespec *)]; struct l_timespec * rqtp; char rqtp_r_[PADR_(struct l_timespec *)];
+	char rmtp_l_[PADL_(struct l_timespec *)]; struct l_timespec * rmtp; char rmtp_r_[PADR_(struct l_timespec *)];
 };
 struct linux_statfs64_args {
 	register_t dummy;

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


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




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