summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-04-18 16:39:12 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-04-18 16:39:12 +0000
commit8e4141be132ca572d8de9725032fc3bce0560930 (patch)
tree575571a0f8044d1dca730323d2d704ee8b45a544 /src/lib
parentd1ee3cce98660af66ebd23ad3739a2c5ff90653e (diff)
downloadkrb5-8e4141be132ca572d8de9725032fc3bce0560930.tar.gz
krb5-8e4141be132ca572d8de9725032fc3bce0560930.tar.xz
krb5-8e4141be132ca572d8de9725032fc3bce0560930.zip
clean up comments
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1993 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/file/fcc_defnam.c2
-rw-r--r--src/lib/krb5/ccache/file/fcc_nseq.c2
-rw-r--r--src/lib/krb5/ccache/stdio/scc_defnam.c2
-rw-r--r--src/lib/krb5/ccache/stdio/scc_nseq.c2
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