aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb4/mk_req.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb4/mk_req.c')
-rw-r--r--src/lib/krb4/mk_req.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/krb4/mk_req.c b/src/lib/krb4/mk_req.c
index fa301ff..27b9d9a 100644
--- a/src/lib/krb4/mk_req.c
+++ b/src/lib/krb4/mk_req.c
@@ -87,9 +87,9 @@ static int lifetime = 255; /* Default based on the TGT */
int KRB5_CALLCONV
krb_mk_req(authent, service, instance, realm, checksum)
register KTEXT authent; /* Place to build the authenticator */
- char FAR *service; /* Name of the service */
- char FAR *instance; /* Service instance */
- char FAR *realm; /* Authentication domain of service */
+ char *service; /* Name of the service */
+ char *instance; /* Service instance */
+ char *realm; /* Authentication domain of service */
KRB4_32 checksum; /* Checksum of data (optional) */
{
KTEXT_ST req_st; /* Temp storage for req id */