diff options
author | th160488 <none@none> | 2005-10-17 13:39:33 -0700 |
---|---|---|
committer | th160488 <none@none> | 2005-10-17 13:39:33 -0700 |
commit | a506a34ceb0e9dcc6c61bf0560202f8538928650 (patch) | |
tree | e903f719dd06f99888c99d164427a15567dc035b /usr/src/cmd/ypcmd/yppush.c | |
parent | a66ba7b33369c7bd064dcae0e279fd236eee6dbf (diff) | |
download | illumos-gate-a506a34ceb0e9dcc6c61bf0560202f8538928650.tar.gz |
6267517 gcc/g++ and cmd/ldap don't get along
6269029 cmd/ypcmd and gcc don't get along
6271235 gcc and cmd/ldapcachemgr don't get along
6274678 gcc and libnisdb don't get along
Diffstat (limited to 'usr/src/cmd/ypcmd/yppush.c')
-rw-r--r-- | usr/src/cmd/ypcmd/yppush.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/cmd/ypcmd/yppush.c b/usr/src/cmd/ypcmd/yppush.c index 303985420f..f79346c8bb 100644 --- a/usr/src/cmd/ypcmd/yppush.c +++ b/usr/src/cmd/ypcmd/yppush.c @@ -171,7 +171,7 @@ static struct state_duple state_duples[] = { /* * Status_duple table. No messages should require any args. */ -static struct status_duple { +struct status_duple { long status; char *status_msg; }; @@ -203,7 +203,7 @@ static struct status_duple status_duples[] = { /* * rpcerr_duple table */ -static struct rpcerr_duple { +struct rpcerr_duple { enum clnt_stat rpc_stat; char *rpc_msg; }; @@ -652,6 +652,7 @@ generate_callback(unsigned long *program) */ +int add_to_active() { struct server *ps; @@ -664,6 +665,7 @@ add_to_active() return (1); } +int delete_active(in) struct server *in; { |