projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
76982b8
)
Formerly sysdeps/mach/hurd/__ioctl.c.~5~
author
roland
<roland>
Tue, 29 Jun 1993 06:08:09 +0000
(06:08 +0000)
committer
roland
<roland>
Tue, 29 Jun 1993 06:08:09 +0000
(06:08 +0000)
sysdeps/mach/hurd/ioctl.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/ioctl.c
b/sysdeps/mach/hurd/ioctl.c
index
5e320e4
..
bbc24e7
100644
(file)
--- 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
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);
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);
m->msgh_size != (char *) t - msg)
return __hurd_fail (MIG_TYPE_ERROR);