clean up comments
authorJohn Kohl <jtkohl@mit.edu>
Thu, 18 Apr 1991 16:39:12 +0000 (16:39 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 18 Apr 1991 16:39:12 +0000 (16:39 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1993 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/file/fcc_defnam.c
src/lib/krb5/ccache/file/fcc_nseq.c
src/lib/krb5/ccache/stdio/scc_defnam.c
src/lib/krb5/ccache/stdio/scc_nseq.c

index 830617833646e6f2a85ae7c2ac139043c8bc0c56..c33e58416535ff88d525c9582ec098a8e0643b83 100644 (file)
@@ -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());
      }
 
index 6bc2ab8061c96e184d4759aeb0b4f9ece6da1e12..c2f392f3740e620be34e0935b2009af90045d720 100644 (file)
@@ -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
index c52f607e763e85672568911629648314decf9c41..1f08cdd103cbd4ff7b0ae818f3a8fb03b30f7fe7 100644 (file)
@@ -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());
      }
 
index d34f596aecb3f3e306616b368dabd6f8b8562b2c..531fc52dd4b39a84bf776f7c6f3b9a3afa435673 100644 (file)
@@ -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