add RCS id string
authorJohn Kohl <jtkohl@mit.edu>
Thu, 14 Mar 1991 11:01:10 +0000 (11:01 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 14 Mar 1991 11:01:10 +0000 (11:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1896 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/file/fcc_maybe.c

index 14b0c4f5d861f3452845327197ca81b6eae1be56..c3988bd00c9949e8677bb0e673efd63354b63c02 100644 (file)
  * This file contains the source code for conditional open/close calls.
  */
 
+#if !defined(lint) && !defined(SABER)
+static char rcsid_fcc_maybe_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
 #include "fcc.h"
 #include <netinet/in.h>                        /* XXX ip only? */