From f3eeea019ea8a6eefbc70492f9a122acbda5fb64 Mon Sep 17 00:00:00 2001 From: em Date: Thu, 17 May 1984 15:51:42 +0000 Subject: [PATCH] added rcsid --- util/opt/cleanup.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util/opt/cleanup.c b/util/opt/cleanup.c index e0505e28..d4525d4a 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"