summaryrefslogtreecommitdiffstats
path: root/libexec/rlogind
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-09-21 18:01:23 +0000
committerpst <pst@FreeBSD.org>1996-09-21 18:01:23 +0000
commit8ddc5c2acbfa73f018832908bd4d02dd8420a73b (patch)
treec1594dee9df21368508e76549bc4efae8bfa4225 /libexec/rlogind
parent25c24d56c4839f53e198209871a77513e42bb102 (diff)
downloadFreeBSD-src-8ddc5c2acbfa73f018832908bd4d02dd8420a73b.zip
FreeBSD-src-8ddc5c2acbfa73f018832908bd4d02dd8420a73b.tar.gz
Fix some compilation warnings.
Diffstat (limited to 'libexec/rlogind')
-rw-r--r--libexec/rlogind/rlogind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c
index 2113ccd..81b0ddc 100644
--- a/libexec/rlogind/rlogind.c
+++ b/libexec/rlogind/rlogind.c
@@ -697,7 +697,7 @@ do_krb_login(dest)
authopts, 0,
ticket, "rcmd",
instance, dest, (struct sockaddr_in *) 0,
- kdata, "", (bit_64 *) 0, version);
+ kdata, "", NULL, version);
if (rc != KSUCCESS)
return (rc);
OpenPOWER on IntegriCloud