From: Todd C. Miller Date: Mon, 6 Apr 1998 03:25:36 +0000 (+0000) Subject: add rcsid X-Git-Tag: SUDO_1_5_6~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09bb1a3bf7dc9747ac7ac3051c36768fe13f8d60;p=sudo add rcsid --- diff --git a/lsearch.c b/lsearch.c index 00392147e..8b758a5b4 100644 --- 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"