aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/file/fcc_destry.c
diff options
context:
space:
mode:
authorBarry Jaspan <bjaspan@mit.edu>1990-01-21 16:50:43 +0000
committerBarry Jaspan <bjaspan@mit.edu>1990-01-21 16:50:43 +0000
commit587f799ffea0b9e35c2633be0ebbc263c03c1083 (patch)
tree4f0511380e8e808117a996e0d6ab4424b5c922da /src/lib/krb5/ccache/file/fcc_destry.c
parenta8624b5e1f0978913ffa32fce2fbcd3a2e6edec8 (diff)
downloadkrb5-587f799ffea0b9e35c2633be0ebbc263c03c1083.zip
krb5-587f799ffea0b9e35c2633be0ebbc263c03c1083.tar.gz
krb5-587f799ffea0b9e35c2633be0ebbc263c03c1083.tar.bz2
a slightly debugged version (not really), leaving for usenix now
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@161 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/file/fcc_destry.c')
-rw-r--r--src/lib/krb5/ccache/file/fcc_destry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/file/fcc_destry.c b/src/lib/krb5/ccache/file/fcc_destry.c
index 52c9153..596c4c6 100644
--- a/src/lib/krb5/ccache/file/fcc_destry.c
+++ b/src/lib/krb5/ccache/file/fcc_destry.c
@@ -10,9 +10,9 @@
* This file contains the source code for krb5_fcc_destroy.
*/
-#ifndef lint
+#if !defined(lint) && !defined(SABER)
static char fcc_destry_c[] = "$Id$";
-#endif /* lint */
+#endif /* !lint && !SABER */
#include <krb5/copyright.h>