]> sourceware.org Git - newlib-cygwin.git/commit
* path.cc (cygdrive_getmntent): Do not skip over drives of type
authorChristopher Faylor <me@cgf.cx>
Tue, 5 Aug 2003 04:49:44 +0000 (04:49 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 5 Aug 2003 04:49:44 +0000 (04:49 +0000)
commit4423d92489cd1a3bbcd1657bfbdef2d8a4cbf71f
tree8604d1089cf63e257c52156722c46f2497616f7d
parent3fea2e408799e2a4539ddaf050331e877639a8aa
* path.cc (cygdrive_getmntent): Do not skip over drives of type
DRIVE_REMOVABLE.
* fhandler.cc (fhandler_base::lseek): Be more paranoid when constructing
offsets from 64 bit value.
* syscalls.cc (logout): Avoid temp buffer memcpy since new scheme does not
require it.
(utmp_data): Rework as a macro which returns a pointer into a buffer.
(getutent): Use new buffer allocation mechanism to grab a utmp buffer.
(getutid): Ditto.
(pututline): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc
winsup/cygwin/path.cc
winsup/cygwin/syscalls.cc
This page took 0.029339 seconds and 5 git commands to generate.