From: roland Date: Tue, 29 Jun 1993 06:08:09 +0000 (+0000) Subject: Formerly sysdeps/mach/hurd/__ioctl.c.~5~ X-Git-Tag: jems-14oct94~2811 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=614a4561e57b6eb35c2caf5283a487d9f74dc06b Formerly sysdeps/mach/hurd/__ioctl.c.~5~ --- diff --git a/sysdeps/mach/hurd/ioctl.c b/sysdeps/mach/hurd/ioctl.c index 5e320e43b6..bbc24e7af9 100644 --- a/sysdeps/mach/hurd/ioctl.c +++ b/sysdeps/mach/hurd/ioctl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1993 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -121,7 +121,7 @@ DEFUN(__ioctl, (fd, request, arg), return __hurd_fail (m->msgh_id == MACH_NOTIFY_SEND_ONCE ? MIG_SERVER_DIED : MIG_REPLY_MISMATCH); - if ((m->msgh_bits & MACH_MSGH_BITS_COMPLEX) || + if ((m->msgh_bits & MACH_MSGH_BITS_COMPLEX) || /* XXX ? */ m->msgh_size != (char *) t - msg) return __hurd_fail (MIG_TYPE_ERROR);