diff options
Diffstat (limited to 'sys/netatm/uni/q2110_subr.c')
-rw-r--r-- | sys/netatm/uni/q2110_subr.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netatm/uni/q2110_subr.c b/sys/netatm/uni/q2110_subr.c index 32f3833aa1342..4c6036b8de2b2 100644 --- a/sys/netatm/uni/q2110_subr.c +++ b/sys/netatm/uni/q2110_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: q2110_subr.c,v 1.1 1998/09/15 08:23:05 phk Exp $ + * @(#) $Id: q2110_subr.c,v 1.1 1998/04/07 23:15:20 mks Exp $ * */ @@ -35,6 +35,10 @@ * */ +#ifndef lint +static char *RCSid = "@(#) $Id: q2110_subr.c,v 1.1 1998/04/07 23:15:20 mks Exp $"; +#endif + #include <netatm/kern_include.h> #include <netatm/uni/uni.h> @@ -43,10 +47,6 @@ #include <netatm/uni/sscop_pdu.h> #include <netatm/uni/sscop_var.h> -#ifndef lint -__RCSID("@(#) $Id: q2110_subr.c,v 1.1 1998/09/15 08:23:05 phk Exp $"); -#endif - /* * Conditionally Clear Transmission Queues |