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/netatm/uni/unisig_mbuf.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/netatm/uni/unisig_mbuf.c') diff --git a/sys/netatm/uni/unisig_mbuf.c b/sys/netatm/uni/unisig_mbuf.c index c64ee9a..b96a636 100644 --- a/sys/netatm/uni/unisig_mbuf.c +++ b/sys/netatm/uni/unisig_mbuf.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: unisig_mbuf.c,v 1.1 1998/09/15 08:23:11 phk Exp $ + * @(#) $Id: unisig_mbuf.c,v 1.2 1998/09/17 09:35:02 phk Exp $ * */ @@ -35,16 +35,16 @@ * */ -#ifndef lint -static char *RCSid = "@(#) $Id: unisig_mbuf.c,v 1.1 1998/09/15 08:23:11 phk Exp $"; -#endif - #include #include #include #include +#ifndef lint +__RCSID("@(#) $Id: unisig_mbuf.c,v 1.2 1998/09/17 09:35:02 phk Exp $"); +#endif + /* * Initialize a unisig formatting structure -- cgit v1.1