*** empty log message ***
authorThomas Bushnell, BSG <thomas@gnu.org>
Fri, 15 Nov 1996 19:43:19 +0000 (19:43 +0000)
committerThomas Bushnell, BSG <thomas@gnu.org>
Fri, 15 Nov 1996 19:43:19 +0000 (19:43 +0000)
commit63afd6ae4063981afa88e90f8b2b3653433fdcb8
tree3cf53c8b0197a0a2e595ffae844f6b6fc0be7d60
parent54d79e995d5a6d0a393ed913b6e26dccc63de5b7
*** empty log message ***

Fri Nov 15 12:27:25 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

* sysdeps/mach/hurd/statbuf.h (S_IPTRANS, S_IATRANS, S_IROOT,
S_ITRANS): New macros.
(S_ISPARE): Update to include new macros and S_IUSEUNK.

* sysdeps/mach/hurd/select.c (__select): Construct arg to
mach_msg_destroy more nicely.

* sysdeps/mach/hurd/ioctl.c: Include <mach/mig-support.h>.

* stdio/fopen.c (__getmode): Declare with prototype.
* stdio/memstream.c (enlarge_buffer, seek, free_info): Likewise.
* stdio/internals.c (__stdio_check_funcs, init_stream,
seek_to_target, flushbuf, fillbuf): Likewise.

* stdio-common/vfscanf.c (encode_error) [! USE_IN_LIBIO]: Call
funlockfile, not _IO_funlockfile.

* sysdeps/posix/readv.c (readv): Change return type to ssize_t.
   Deansideclized.
* sysdeps/posix/writev.c (writev): Likewise.

* sysdeps/mach/hurd/lchown.c: Include <fcntl.h> and fix typo.

Thu Nov 14 12:53:16 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

* sysdeps/mach/hurd/i386/init-first.c (_dl_start): Make this a
prototyped definition.

* sysdeps/mach/hurd/select.c (__select): Deal properly when there
are no bits set in the masks.  Reported by baldazzi@csr.unibo.it.

Tue Nov 12 16:58:41 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

* mach/mach.h (__mach_msg_destroy, mach_msg_destroy, __mach_msg):
  Provide prototypes.

* mach/msg-destroy.c (mach_msg_destroy_port,
mach_msg_destroy_memory): Use prototype syntax.
* hurd/hurdmalloc.c (more_memory, malloc_fork_prepare,
malloc_fork_parent, malloc_fork_child): Likewise.

* stdio/stdio.h: Repair broken cpp syntax.

* sysdeps/mach/hurd/lchown.c: New file.  Guts from chown.c, except
we pass O_NOLINK on the open.

* manual/errno.texi (EBADMSG, EIDRM, EMULTIHOP, ENODATA, ENOLINK,
  ENOMSG, ENOSR, ENOSTR, EOVERFLOW, EPROTO, ETIME): Redesignate as
  an XOPEN error code, move to before the "Linux only" section, and
  give it a new number for the Hurd.

* sysdeps/generic/sysdep.h: Define END only if not yet defined.
* sysdeps/unix/sysdep.h: Define PSEUDO_END only if not yet defined.
ChangeLog