PERFORCE change 144346 for review

John Birrell jb at FreeBSD.org
Mon Jun 30 06:51:07 UTC 2008


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

Change 144346 by jb at freebsd3 on 2008/06/30 06:51:05

	Change a couple of argument names to match kern/syscalls.master. The definitions
	have to match now that we generate stuff which uses them.

Affected files ...

.. //depot/projects/dtrace/src/sys/i386/linux/syscalls.master#20 edit

Differences ...

==== //depot/projects/dtrace/src/sys/i386/linux/syscalls.master#20 (text+ko) ====

@@ -148,7 +148,7 @@
 				    struct timeval *tp, \
 				    struct timezone *tzp); }
 79	AUE_SETTIMEOFDAY	NOPROTO	{ int settimeofday( \
-				    struct timeval *tp, \
+				    struct timeval *tv, \
 				    struct timezone *tzp); }
 80	AUE_GETGROUPS	STD	{ int linux_getgroups16(l_uint gidsetsize, \
 				    l_gid16_t *gidset); }
@@ -217,7 +217,7 @@
 ; 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, \
 				    void *parent_tidptr, int dummy, void * child_tidptr); }
-121	AUE_SYSCTL	NOPROTO { int setdomainname(char *name, \
+121	AUE_SYSCTL	NOPROTO { int setdomainname(char *domainname, \
 				    int len); }
 122	AUE_NULL	STD	{ int linux_newuname( \
 				    struct l_new_utsname *buf); }
@@ -294,7 +294,7 @@
 				    l_uid16_t *euid, l_uid16_t *suid); }
 166	AUE_NULL	STD	{ int linux_vm86(void); }
 167	AUE_NULL	STD	{ int linux_query_module(void); }
-168	AUE_POLL	NOPROTO	{ int poll(struct pollfd*, \
+168	AUE_POLL	NOPROTO	{ int poll(struct pollfd *fds, \
 				    unsigned int nfds, long timeout); }
 169	AUE_NULL	STD	{ int linux_nfsservctl(void); }
 170	AUE_SETRESGID	STD	{ int linux_setresgid16(l_gid16_t rgid, \


More information about the p4-projects mailing list