diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2004-09-15 10:17:53 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2004-09-15 10:17:53 +0000 |
commit | 1dcd520bb878cfd02e72f31b9e2d8ccdd3073a2c (patch) | |
tree | 94b87d56b4ff157a24e01fd570a906987f1ba51c /winsup/cygserver/ChangeLog | |
parent | b103e0d73285adeb8dc4dfa58568dacf2927742e (diff) | |
download | cygnal-1dcd520bb878cfd02e72f31b9e2d8ccdd3073a2c.tar.gz cygnal-1dcd520bb878cfd02e72f31b9e2d8ccdd3073a2c.tar.bz2 cygnal-1dcd520bb878cfd02e72f31b9e2d8ccdd3073a2c.zip |
Fix copyright throughout.
Eliminate use of _impure_ptr outside Cygwin.
* bsd_helper.cc: Include errno.h instead of cygerrno.h.
* bsd_mutex.cc : Ditto.
* client.cc: Ditto.
* cygserver.cc: Ditto.
* process.cc: Don't build functions inside Cygwin. Don't include
cygerrno.h. Don't set errno.
* transport_pipes.cc (SET_ERRNO): New define. Use througout.
* transport_sockets.cc (SET_ERRNO): Ditto.
(GET_ERRNO): Ditto.
Diffstat (limited to 'winsup/cygserver/ChangeLog')
-rw-r--r-- | winsup/cygserver/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog index 207983e1b..a9781a09c 100644 --- a/winsup/cygserver/ChangeLog +++ b/winsup/cygserver/ChangeLog @@ -1,3 +1,17 @@ +2004-09-15 Corinna Vinschen <corinna@vinschen.de> + + Fix copyright throughout. + Eliminate use of _impure_ptr outside Cygwin. + * bsd_helper.cc: Include errno.h instead of cygerrno.h. + * bsd_mutex.cc : Ditto. + * client.cc: Ditto. + * cygserver.cc: Ditto. + * process.cc: Don't build functions inside Cygwin. Don't include + cygerrno.h. Don't set errno. + * transport_pipes.cc (SET_ERRNO): New define. Use througout. + * transport_sockets.cc (SET_ERRNO): Ditto. + (GET_ERRNO): Ditto. + 2004-09-06 Corinna Vinschen <corinna@vinschen.de> * bsd_mutex.cc (_msleep): Disable resetting event object for now. |