* setenv.c: Add prototype for _findenv to avoid inconsistancy of
authorEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 16:14:23 +0000 (16:14 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 11 Jun 2001 16:14:23 +0000 (16:14 +0000)
commit2b93e5f1ff2d15fd754aee9eb832b4c07ba3ec68
tree16bc7a08a36f03da7d1dce26f5db3d5442e8108b
parent8e97d48201f17b21d9e9794e2493b3a7699a7f3e
* setenv.c: Add prototype for _findenv to avoid inconsistancy of
static vs. extern.

* heuristic.c (find_either_ticket): Change krb5_tgtname() to
ksu_tgtname().

* ccache.c: Include <sys/types.h> and <sys/stat.h> for start()
prototype.

* krb_auth_su.c: Reindent for readability. Remove defunct
code. Change use of krb5_tgtname to ksu_tgtname().

* ksu.h: Include k5-util.h for krb5_seteuid() prototype. Add
prototype for ksu_tgtname. Add prototype for unsetenv() if not
defined.

* main.c: Include grp.h for initgroups() prototype. Cleanup
assignment in conditional warning. Reindent for
readability. Arguments to print_status made consistant with regard
to long vs. int. Change krb5_tgtname to ksu_tgtname. (do not use
an internal krb5 function that is not advertised).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13328 dc483132-0cff-0310-8789-dd5450dbe970
src/clients/ksu/ChangeLog
src/clients/ksu/ccache.c
src/clients/ksu/heuristic.c
src/clients/ksu/krb_auth_su.c
src/clients/ksu/ksu.h
src/clients/ksu/main.c
src/clients/ksu/setenv.c