From 3437e96a38487e44417ed42e03bc8356b26f9e66 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 20 May 2002 20:51:23 +0000 Subject: [PATCH] Fix rcsid --- auth/securid5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/securid5.c b/auth/securid5.c index ad83a4cd4..a489760e8 100644 --- a/auth/securid5.c +++ b/auth/securid5.c @@ -70,7 +70,7 @@ #include "sudo_auth.h" #ifndef lint -/* static const char rcsid[] = "$Sudo$"; */ +static const char rcsid[] = "$Sudo$"; #endif /* lint */ /* -- 2.50.1