diff options
Diffstat (limited to 'sys/netatm/uni/sscop.c')
-rw-r--r-- | sys/netatm/uni/sscop.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/netatm/uni/sscop.c b/sys/netatm/uni/sscop.c index d4a2dfb..bfd37bd 100644 --- a/sys/netatm/uni/sscop.c +++ b/sys/netatm/uni/sscop.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: sscop.c,v 1.1 1998/09/15 08:23:06 phk Exp $ + * @(#) $Id: sscop.c,v 1.2 1998/09/17 09:35:01 phk Exp $ * */ @@ -35,10 +35,6 @@ * */ -#ifndef lint -static char *RCSid = "@(#) $Id: sscop.c,v 1.1 1998/09/15 08:23:06 phk Exp $"; -#endif - #include <netatm/kern_include.h> #include <netatm/uni/uni.h> @@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: sscop.c,v 1.1 1998/09/15 08:23:06 phk Exp $"; #include <netatm/uni/sscop_pdu.h> #include <netatm/uni/sscop_var.h> +#ifndef lint +__RCSID("@(#) $Id: sscop.c,v 1.2 1998/09/17 09:35:01 phk Exp $"); +#endif + /* * Global variables @@ -205,7 +205,6 @@ sscop_stop() */ atm_release_pool(&sscop_pool); -done: return (err); } |