instead of char * (Solaris 2.5 refuses to compile it, otherwise).
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7672
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Mar 19 20:11:28 1996 Richard Basch <basch@lehman.com>
+
+ * kcmd.c (ruserok): declare the function as taking const char *
+ instead of char * (Solaris 2.5 refuses to compile it, otherwise).
+
Tue Mar 12 23:42:50 1996 Ken Raeburn <raeburn@cygnus.com>
* configure.in: Use AC_HEADER_STDARG.
#ifndef convex
ruserok(rhost, superuser, ruser, luser)
- char *rhost;
+ const char *rhost;
int superuser;
- char *ruser, *luser;
+ const char *ruser, *luser;
{
FILE *hostf;
char fhost[MAXHOSTNAMELEN];