summaryrefslogtreecommitdiffstats
path: root/source/include/ntdomain.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-09-29 20:24:17 +0000
committerJeremy Allison <jra@samba.org>1998-09-29 20:24:17 +0000
commite570db46fc3a78e499523fd342e9a34cebb18998 (patch)
treec20e50e033368800e155fa5147756fb254023009 /source/include/ntdomain.h
parentb40a4e6385757cb8a44044a1437651954d6b1c90 (diff)
downloadsamba-e570db46fc3a78e499523fd342e9a34cebb18998.tar.gz
samba-e570db46fc3a78e499523fd342e9a34cebb18998.tar.xz
samba-e570db46fc3a78e499523fd342e9a34cebb18998.zip
Got very strict about the differences and uses of
uid_t, gid_t and vuid. Added sys_getgroups() to get around the int * return problem. Set correct datatypes for all uid, gid and vuid variables. Jeremy.
Diffstat (limited to 'source/include/ntdomain.h')
-rw-r--r--source/include/ntdomain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index efe7e663a04..8362dcb73fa 100644
--- a/source/include/ntdomain.h
+++ b/source/include/ntdomain.h
@@ -58,7 +58,7 @@ typedef struct pipes_struct
struct pipes_struct *next, *prev;
int pnum;
connection_struct *conn;
- int uid;
+ uint16 vuid;
BOOL open; /* open connection */
uint16 device_state;
fstring name;
@@ -88,7 +88,7 @@ struct api_struct
{
char *name;
uint8 opnum;
- void (*fn) (int uid, prs_struct*, prs_struct*);
+ void (*fn) (uint16 vuid, prs_struct*, prs_struct*);
};
struct mem_desc