* configure.in (AC_REPLACE_FUNCS): Add getuid to the list.
authorJohn Gilmore <gnu@toad.com>
Wed, 29 Mar 1995 02:49:44 +0000 (02:49 +0000)
committerJohn Gilmore <gnu@toad.com>
Wed, 29 Mar 1995 02:49:44 +0000 (02:49 +0000)
commit3ee8ad63cc3317c42129f44565234159f6a9959b
tree1d0255d175a13a892441e05d1f4dae8a46bb92fd
parent599b7d751e1d4c689047aefe8bc3bf90c810b8a5
* configure.in (AC_REPLACE_FUNCS):  Add getuid to the list.
* getuid.c:  Simple getuid() to fake out single-user systems.
* strcasecmp.c:  Remove duplicated <sys/types.h> and u_char.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5300 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/posix/ChangeLog
src/lib/krb5/posix/configure.in
src/lib/krb5/posix/getuid.c [new file with mode: 0644]
src/lib/krb5/posix/strcasecmp.c