fix #ifdef for lint/SABER
authorJohn Kohl <jtkohl@mit.edu>
Tue, 23 Jan 1990 15:03:49 +0000 (15:03 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 23 Jan 1990 15:03:49 +0000 (15:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@172 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/timeofday.c
src/lib/krb5/os/ustime.c

index 2accf4faa49efe296145b5ecadd52a599b1d6c53..788fb32c84793d4c451cdc88e5d7cb62aec2a813 100644 (file)
  * libos: krb5_timeofday function for BSD 4.3 
  */
 
-#ifndef        lint
+#if !defined(lint) && !defined(SABER)
 static char rcsid_timeofday_c[] =
 "$Id$";
-#endif /* lint */
+#endif /* lint || saber */
 
 #include <krb5/copyright.h>
 
index 126a841705cd0647fbcefc119de47e6563c50a64..99ac576c1a90470f44d44d2c455d31b9d069f886 100644 (file)
  * krb5_mstimeofday for BSD 4.3
  */
 
-#ifndef        lint
+#if !defined(lint) && !defined(SABER)
 static char rcsid_mstime_c[] =
 "$Id$";
-#endif /* lint */
+#endif /* lint || SABER */
 
 #include <krb5/copyright.h>