diff options
Diffstat (limited to 'winsup/cygwin/cygserver_pwdgrp.h')
-rw-r--r-- | winsup/cygwin/cygserver_pwdgrp.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/winsup/cygwin/cygserver_pwdgrp.h b/winsup/cygwin/cygserver_pwdgrp.h index 52b9b42ba..03a6a65d0 100644 --- a/winsup/cygwin/cygserver_pwdgrp.h +++ b/winsup/cygwin/cygserver_pwdgrp.h @@ -1,6 +1,6 @@ /* cygserver_pwdgrp.h: Request account information - Copyright 2014 Red Hat, Inc. + Copyright 2014, 2015 Red Hat, Inc. This file is part of Cygwin. @@ -13,21 +13,11 @@ details. */ #include <sys/types.h> #include "cygserver.h" +#include "userinfo.h" class transport_layer_base; class process_cache; -#ifdef __INSIDE_CYGWIN__ -#include "pwdgrp.h" -#else -/* Don't include pwdgrp.h, but keep this in sync. */ -enum fetch_user_arg_type_t { - SID_arg, - NAME_arg, - ID_arg -}; -#endif - class client_request_pwdgrp : public client_request { friend class client_request; |