]> granicus.if.org Git - sudo/commitdiff
add rcsid
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Apr 1998 03:25:36 +0000 (03:25 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Apr 1998 03:25:36 +0000 (03:25 +0000)
lsearch.c

index 00392147e1ccdcab43db7e801beea63cf8ac8096..8b758a5b49326d992b0f8f5a485a8b67021a1495 100644 (file)
--- a/lsearch.c
+++ b/lsearch.c
@@ -37,6 +37,9 @@
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)lsearch.c  8.1 (Berkeley) 6/4/93";
 #endif /* LIBC_SCCS and not lint */
+#ifndef lint
+static char rcsid[] = "$Id$";
+#endif /* lint */
 
 #include "config.h"