summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/cygserver.h')
-rw-r--r--winsup/cygwin/cygserver.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/cygserver.h b/winsup/cygwin/cygserver.h
index 09ab78a9f..b549ed006 100644
--- a/winsup/cygwin/cygserver.h
+++ b/winsup/cygwin/cygserver.h
@@ -1,6 +1,6 @@
/* cygserver.h
- Copyright 2001, 2002, 2003, 2004 Red Hat Inc.
+ Copyright 2001, 2002, 2003, 2004, 2008 Red Hat Inc.
Written by Egor Duda <deo@logos-m.ru>
@@ -20,7 +20,7 @@ details. */
#endif
#define CYGWIN_SERVER_VERSION_MAJOR 1
-#define CYGWIN_SERVER_VERSION_API 3
+#define CYGWIN_SERVER_VERSION_API 4
#define CYGWIN_SERVER_VERSION_MINOR 0
#define CYGWIN_SERVER_VERSION_PATCH 0
@@ -51,6 +51,7 @@ protected:
CYGSERVER_REQUEST_MSG,
CYGSERVER_REQUEST_SEM,
CYGSERVER_REQUEST_SHM,
+ CYGSERVER_REQUEST_SETPWD,
CYGSERVER_REQUEST_LAST
} request_code_t;