[1002] in Kerberos-V5-bugs
Missing library function needed in lib/krb5/posix - strcasecmp
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Thu Dec 22 14:59:30 1994
Date: Thu, 22 Dec 94 15:01:46 -0500
From: epeisach@nemesis.rose.brandeis.edu (Ezra Peisach)
To: krb5-bugs@MIT.EDU
conan.rose.brandeis.edu-epeisach 25% grep strcasecmp */*.c
os/hst_realm.c: if (!strcasecmp(trans_host, host)) {
os/hst_realm.c: if (!strcasecmp(trans_host, domain)) {
strcasecmp is not present on this beast... It therefore should probably
be added to the krb5/posix subdir...
Ezra