Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2004-09-15 14:17:53 +0400
committerCorinna Vinschen <corinna@vinschen.de>2004-09-15 14:17:53 +0400
commit1dcd520bb878cfd02e72f31b9e2d8ccdd3073a2c (patch)
tree94b87d56b4ff157a24e01fd570a906987f1ba51c /winsup/cygserver/cygserver.cc
parentb103e0d73285adeb8dc4dfa58568dacf2927742e (diff)
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/cygserver.cc')
-rw-r--r--winsup/cygserver/cygserver.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygserver/cygserver.cc b/winsup/cygserver/cygserver.cc
index 0cc6244ad..88f5e67a8 100644
--- a/winsup/cygserver/cygserver.cc
+++ b/winsup/cygserver/cygserver.cc
@@ -1,6 +1,6 @@
/* cygserver.cc
- Copyright 2001, 2002, 2003 Red Hat Inc.
+ Copyright 2001, 2002, 2003, 2004 Red Hat Inc.
Written by Egor Duda <deo@logos-m.ru>
@@ -16,6 +16,7 @@ details. */
#include <sys/types.h>
#include <assert.h>
+#include <errno.h>
#include <ctype.h>
#include <getopt.h>
#include <signal.h>
@@ -24,7 +25,6 @@ details. */
#include <string.h>
#include <unistd.h>
-#include "cygerrno.h"
#include "cygwin_version.h"
#include "cygserver.h"