diff options
author | phk <phk@FreeBSD.org> | 1998-10-31 20:07:01 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-10-31 20:07:01 +0000 |
commit | ef1becbf8e39d56b501bb722279f9b3cddb9713b (patch) | |
tree | b392df5f916677ffead85d9adb5b2d60aab5eecd /sys/netatm/sigpvc | |
parent | 23ce0ead1d6a4116dd8022f9504a4632792c5149 (diff) | |
download | FreeBSD-src-ef1becbf8e39d56b501bb722279f9b3cddb9713b.zip FreeBSD-src-ef1becbf8e39d56b501bb722279f9b3cddb9713b.tar.gz |
Trivial stylish changes, mostly to silence gcc.
Reviewed by: Mike Spengler <mks@networkcs.com>
Submitted by: phk
Diffstat (limited to 'sys/netatm/sigpvc')
-rw-r--r-- | sys/netatm/sigpvc/sigpvc_if.c | 10 | ||||
-rw-r--r-- | sys/netatm/sigpvc/sigpvc_subr.c | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/netatm/sigpvc/sigpvc_if.c b/sys/netatm/sigpvc/sigpvc_if.c index 4208f29..b7117be 100644 --- a/sys/netatm/sigpvc/sigpvc_if.c +++ b/sys/netatm/sigpvc/sigpvc_if.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: sigpvc_if.c,v 1.13 1998/07/30 22:32:42 mks Exp $ + * @(#) $Id: sigpvc_if.c,v 1.1 1998/09/15 08:23:02 phk Exp $ * */ @@ -36,10 +36,6 @@ * */ -#ifndef lint -static char *RCSid = "@(#) $Id: sigpvc_if.c,v 1.13 1998/07/30 22:32:42 mks Exp $"; -#endif - #ifndef ATM_SIGPVC_MODULE #include "opt_atm.h" #endif @@ -49,6 +45,10 @@ static char *RCSid = "@(#) $Id: sigpvc_if.c,v 1.13 1998/07/30 22:32:42 mks Exp $ #include <netatm/sigpvc/sigpvc.h> #include <netatm/sigpvc/sigpvc_var.h> +#ifndef lint +__RCSID("@(#) $Id: sigpvc_if.c,v 1.1 1998/09/15 08:23:02 phk Exp $"); +#endif + /* * Global variables diff --git a/sys/netatm/sigpvc/sigpvc_subr.c b/sys/netatm/sigpvc/sigpvc_subr.c index 00f92ec..63e3b64 100644 --- a/sys/netatm/sigpvc/sigpvc_subr.c +++ b/sys/netatm/sigpvc/sigpvc_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: sigpvc_subr.c,v 1.7 1998/06/29 21:52:25 mks Exp $ + * @(#) $Id: sigpvc_subr.c,v 1.1 1998/09/15 08:23:02 phk Exp $ * */ @@ -35,15 +35,15 @@ * */ -#ifndef lint -static char *RCSid = "@(#) $Id: sigpvc_subr.c,v 1.7 1998/06/29 21:52:25 mks Exp $"; -#endif - #include <netatm/kern_include.h> #include <netatm/sigpvc/sigpvc.h> #include <netatm/sigpvc/sigpvc_var.h> +#ifndef lint +__RCSID("@(#) $Id: sigpvc_subr.c,v 1.1 1998/09/15 08:23:02 phk Exp $"); +#endif + extern struct sp_info sigpvc_vcpool; /* |