From 8e4141be132ca572d8de9725032fc3bce0560930 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 18 Apr 1991 16:39:12 +0000 Subject: [PATCH] clean up comments git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1993 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/file/fcc_defnam.c | 2 +- src/lib/krb5/ccache/file/fcc_nseq.c | 2 -- src/lib/krb5/ccache/stdio/scc_defnam.c | 2 +- src/lib/krb5/ccache/stdio/scc_nseq.c | 2 -- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/lib/krb5/ccache/file/fcc_defnam.c b/src/lib/krb5/ccache/file/fcc_defnam.c index 830617833..c33e58416 100644 --- a/src/lib/krb5/ccache/file/fcc_defnam.c +++ b/src/lib/krb5/ccache/file/fcc_defnam.c @@ -58,7 +58,7 @@ krb5_fcc_default_name () /* No. Use TKT_ROOT and uid */ else { - /* XXX It'd be nice if we didn't have to pull in printf */ + /* It'd be nice if we didn't have to pull in printf */ sprintf(krb5_default_name_string, "%s%d", TKT_ROOT, getuid()); } diff --git a/src/lib/krb5/ccache/file/fcc_nseq.c b/src/lib/krb5/ccache/file/fcc_nseq.c index 6bc2ab806..c2f392f37 100644 --- a/src/lib/krb5/ccache/file/fcc_nseq.c +++ b/src/lib/krb5/ccache/file/fcc_nseq.c @@ -18,8 +18,6 @@ static char rcsid_fcc_nseq_c[] = #include "fcc.h" -/* XXX Deal with kret values */ - /* * Requires: * cursor is a krb5_cc_cursor originally obtained from diff --git a/src/lib/krb5/ccache/stdio/scc_defnam.c b/src/lib/krb5/ccache/stdio/scc_defnam.c index c52f607e7..1f08cdd10 100644 --- a/src/lib/krb5/ccache/stdio/scc_defnam.c +++ b/src/lib/krb5/ccache/stdio/scc_defnam.c @@ -58,7 +58,7 @@ krb5_scc_default_name () /* No. Use TKT_ROOT and uid */ else { - /* XXX It'd be nice if we didn't have to pull in printf */ + /* It'd be nice if we didn't have to pull in printf */ sprintf(krb5_default_name_string, "%s%d", TKT_ROOT, getuid()); } diff --git a/src/lib/krb5/ccache/stdio/scc_nseq.c b/src/lib/krb5/ccache/stdio/scc_nseq.c index d34f596ae..531fc52dd 100644 --- a/src/lib/krb5/ccache/stdio/scc_nseq.c +++ b/src/lib/krb5/ccache/stdio/scc_nseq.c @@ -19,8 +19,6 @@ static char rcsid_scc_nseq_c[] = #include "scc.h" -/* XXX Deal with kret values */ - /* * Requires: * cursor is a krb5_cc_cursor originally obtained from -- 2.26.2