summaryrefslogtreecommitdiff
path: root/source3/lib/account_pol.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-31 13:46:26 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-31 13:46:26 +0000
commiteb4e10115310b6ed23b92abac2e79454c80930b1 (patch)
tree21872afdfeb5192627856880c3fbc85432913444 /source3/lib/account_pol.c
parentaf7bd393dabc51cedafc1ea24cc9f7101c81f4bf (diff)
downloadsamba-eb4e10115310b6ed23b92abac2e79454c80930b1.tar.gz
samba-eb4e10115310b6ed23b92abac2e79454c80930b1.tar.bz2
samba-eb4e10115310b6ed23b92abac2e79454c80930b1.zip
- portablitity fixes for cc -64 on irix
- fixed gid* bug in rpc_server (This used to be commit 48aa90c48c5f0e3054c4acdc49668e222e7c0d36)
Diffstat (limited to 'source3/lib/account_pol.c')
-rw-r--r--source3/lib/account_pol.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/account_pol.c b/source3/lib/account_pol.c
index 74c8883ed1..1b70d0ceb0 100644
--- a/source3/lib/account_pol.c
+++ b/source3/lib/account_pol.c
@@ -105,7 +105,7 @@ static char *decode_account_policy_name(int field)
/****************************************************************************
****************************************************************************/
-BOOL account_policy_get(int field, int *value)
+BOOL account_policy_get(int field, uint32 *value)
{
fstring name;
@@ -120,7 +120,7 @@ BOOL account_policy_get(int field, int *value)
/****************************************************************************
****************************************************************************/
-BOOL account_policy_set(int field, int value)
+BOOL account_policy_set(int field, uint32 value)
{
fstring name;