fix up #ifndef for lint/saber
authorJohn Kohl <jtkohl@mit.edu>
Mon, 5 Feb 1990 14:57:09 +0000 (14:57 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 5 Feb 1990 14:57:09 +0000 (14:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@276 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/read_pwd.c
src/lib/krb5/os/unlck_file.c

index 357a780e8c69f413d581d1f413269887ffcf359e..c768726109911d8377faea547b39f6db09d96a1a 100644 (file)
@@ -10,7 +10,7 @@
  * libos: krb5_read_password for BSD 4.3
  */
 
-#ifndef        lint
+#if !defined(lint) && !defined(SABER)
 static char rcsid_read_pwd_c[] =
 "$Id$";
 #endif /* lint */
index cc9758450ab03c56a2993b22b2a91ee105b78714..39b1e1fbbdc8bd38d1e1e75573ea13d0e5fa97d5 100644 (file)
  * libos: krb5_lock_file routine
  */
 
-#ifndef        lint
+#if !defined(lint) && !defined(SABER)
 static char rcsid_unlock_file_c [] =
 "$Id$";
-#endif /* lint */
+#endif /* !lint & !SABER */
 
 #include <stdio.h>