diff options
Diffstat (limited to 'sys/netatm/spans/spans_subr.c')
-rw-r--r-- | sys/netatm/spans/spans_subr.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netatm/spans/spans_subr.c b/sys/netatm/spans/spans_subr.c index b2a418c454b5..a6e720f811c4 100644 --- a/sys/netatm/spans/spans_subr.c +++ b/sys/netatm/spans/spans_subr.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: spans_subr.c,v 1.2 1998/09/17 09:35:00 phk Exp $ + * @(#) $Id: spans_subr.c,v 1.1 1998/09/15 08:23:04 phk Exp $ * */ @@ -35,15 +35,15 @@ * */ +#ifndef lint +static char *RCSid = "@(#) $Id: spans_subr.c,v 1.1 1998/09/15 08:23:04 phk Exp $"; +#endif + #include <netatm/kern_include.h> #include "spans_xdr.h" #include <netatm/spans/spans_var.h> -#ifndef lint -__RCSID("@(#) $Id: spans_subr.c,v 1.2 1998/09/17 09:35:00 phk Exp $"); -#endif - /* * Open a SPANS VCC |