From 1dcd520bb878cfd02e72f31b9e2d8ccdd3073a2c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 15 Sep 2004 10:17:53 +0000 Subject: 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. --- winsup/cygserver/client.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygserver/client.cc') diff --git a/winsup/cygserver/client.cc b/winsup/cygserver/client.cc index 46451a99c..953e5a166 100644 --- a/winsup/cygserver/client.cc +++ b/winsup/cygserver/client.cc @@ -1,6 +1,6 @@ /* client.cc - Copyright 2001, 2002, 2003 Red Hat Inc. + Copyright 2001, 2002, 2003, 2004 Red Hat Inc. Written by Egor Duda @@ -18,12 +18,12 @@ details. */ #endif #include +#include #include #include #include "sigproc.h" -#include "cygerrno.h" #include "cygserver_msg.h" #include "cygserver_sem.h" #include "cygserver_shm.h" -- cgit v1.2.3