Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/compat/svr4_32 Pull up revision 1.7 (requested by m...
details: https://anonhg.NetBSD.org/src/rev/075688eb68cb
branches: netbsd-1-6
changeset: 528556:075688eb68cb
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Jul 22 14:53:09 2002 +0000
description:
Pull up revision 1.7 (requested by matt in ticket #537):
Make SVR4_32 work with the sparc32 version of setiathome. This required
fixing the socket syscall and the SIOGIFCONF ioctl code.
diffstat:
sys/compat/svr4_32/svr4_32_ioctl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d85819a0d81a -r 075688eb68cb sys/compat/svr4_32/svr4_32_ioctl.c
--- a/sys/compat/svr4_32/svr4_32_ioctl.c Mon Jul 22 13:16:48 2002 +0000
+++ b/sys/compat/svr4_32/svr4_32_ioctl.c Mon Jul 22 14:53:09 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: svr4_32_ioctl.c,v 1.6 2001/11/13 02:09:28 lukem Exp $ */
+/* $NetBSD: svr4_32_ioctl.c,v 1.6.10.1 2002/07/22 14:53:09 lukem Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: svr4_32_ioctl.c,v 1.6 2001/11/13 02:09:28 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: svr4_32_ioctl.c,v 1.6.10.1 2002/07/22 14:53:09 lukem Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@@ -116,7 +116,7 @@
svr4_32_decode_cmd(SCARG(uap, com), dir, &c, &num, &argsiz);
- uprintf("svr4_32_ioctl(%d, _IO%s(%c, %d, %d), %p);\n", SCARG(uap, fd),
+ uprintf("svr4_32_ioctl(%d, _IO%s(%c, %d, %d), %#x);\n", SCARG(uap, fd),
dir, c, num, argsiz, SCARG(uap, data));
#endif
fdp = p->p_fd;
Home |
Main Index |
Thread Index |
Old Index