From ef1becbf8e39d56b501bb722279f9b3cddb9713b Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 31 Oct 1998 20:07:01 +0000 Subject: Trivial stylish changes, mostly to silence gcc. Reviewed by: Mike Spengler Submitted by: phk --- sys/dev/hea/eni.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/dev/hea/eni.c') diff --git a/sys/dev/hea/eni.c b/sys/dev/hea/eni.c index 977ed9b..17427e9 100644 --- a/sys/dev/hea/eni.c +++ b/sys/dev/hea/eni.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: eni.c,v 1.1 1998/09/15 08:22:52 phk Exp $ + * @(#) $Id: eni.c,v 1.2 1998/09/17 09:34:58 phk Exp $ * */ @@ -35,16 +35,16 @@ * */ -#ifndef lint -static char *RCSid = "@(#) $Id: eni.c,v 1.1 1998/09/15 08:22:52 phk Exp $"; -#endif - #include #include #include #include +#ifndef lint +__RCSID("@(#) $Id: eni.c,v 1.2 1998/09/17 09:34:58 phk Exp $"); +#endif + /* * Typedef local functions */ -- cgit v1.1