summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-01-19 15:32:30 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-01-19 15:32:30 +0000
commit02301adeeb1b2bffd6952ffdf20f77e148d11edb (patch)
tree9a63899405bb2ded51aca110a472da122a3610f3 /src
parentb1413668acb9824e0404644bf268a16ebb22a04e (diff)
downloadkrb5-02301adeeb1b2bffd6952ffdf20f77e148d11edb.tar.gz
krb5-02301adeeb1b2bffd6952ffdf20f77e148d11edb.tar.xz
krb5-02301adeeb1b2bffd6952ffdf20f77e148d11edb.zip
add !SABER to #ifdef around rcsid
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@141 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/prototype/prototype.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prototype/prototype.c b/src/prototype/prototype.c
index d696daf06..a7bff71a4 100644
--- a/src/prototype/prototype.c
+++ b/src/prototype/prototype.c
@@ -10,9 +10,9 @@
* <<< Description >>>
*/
-#ifndef lint
+#if !defined(lint) && !defined(SABER)
static char <<< rcsid_module_c >>>[] =
"$Id$";
-#endif /* lint */
+#endif /* !lint & !SABER */
#include <krb5/copyright.h>