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/linux/common Pull up revision 1.33 (requeste...
details: https://anonhg.NetBSD.org/src/rev/827a78b117f8
branches: netbsd-1-6
changeset: 530584:827a78b117f8
user: tron <tron%NetBSD.org@localhost>
date: Sun Aug 17 11:15:53 2003 +0000
description:
Pull up revision 1.33 (requested by tv in ticket #1421):
PR/21936: Todd Vierling: compat/linux: ioctl 'r' misinterpreted
diffstat:
sys/compat/linux/common/linux_ioctl.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 48a6236eb4c0 -r 827a78b117f8 sys/compat/linux/common/linux_ioctl.c
--- a/sys/compat/linux/common/linux_ioctl.c Sun Aug 17 10:14:59 2003 +0000
+++ b/sys/compat/linux/common/linux_ioctl.c Sun Aug 17 11:15:53 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_ioctl.c,v 1.28 2001/11/13 02:08:53 lukem Exp $ */
+/* $NetBSD: linux_ioctl.c,v 1.28.10.1 2003/08/17 11:15:53 tron Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_ioctl.c,v 1.28 2001/11/13 02:08:53 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_ioctl.c,v 1.28.10.1 2003/08/17 11:15:53 tron Exp $");
#if defined(_KERNEL_OPT)
#include "sequencer.h"
@@ -131,6 +131,8 @@
#endif
return linux_ioctl_termios(p, uap, retval);
}
+ case 'r': /* VFAT ioctls; not yet supported */
+ return (EINVAL);
case 0x89:
return linux_ioctl_socket(p, uap, retval);
case 0x03:
Home |
Main Index |
Thread Index |
Old Index