From: em Date: Thu, 17 May 1984 15:51:42 +0000 (+0000) Subject: added rcsid X-Git-Tag: release-5-5~6281 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7ac5028864f985e9269656357075379ef0cf9e80;p=ack.git added rcsid --- diff --git a/util/opt/cleanup.c b/util/opt/cleanup.c index e0505e287..d4525d4a4 100644 --- a/util/opt/cleanup.c +++ b/util/opt/cleanup.c @@ -1,3 +1,7 @@ +#ifndef NORCSID +static char rcsid[] = "$Header$"; +#endif + #include #include "param.h" #include "types.h"