OSDN Git Service

* path.cc (cygdrive_getmntent): Do not skip over drives of type
authorcgf <cgf>
Tue, 5 Aug 2003 04:49:43 +0000 (04:49 +0000)
committercgf <cgf>
Tue, 5 Aug 2003 04:49:43 +0000 (04:49 +0000)
commit5695f45b53ddc8a422060f0adbae9177897d8948
tree5f3ea5294c506a07aef8eaecf2eaf17cd2d53636
parent51fd2b6fcfc6bc84385c5668da10fd7174a48d46
* 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