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 4c6036b..32f3833 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/04/07 23:15:20 mks Exp $ + * @(#) $Id: q2110_subr.c,v 1.1 1998/09/15 08:23:05 phk Exp $ * */ @@ -35,10 +35,6 @@ * */ -#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> @@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: q2110_subr.c,v 1.1 1998/04/07 23:15:20 mks Exp $ #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 |