aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/sigpvc
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-10-31 20:07:01 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-10-31 20:07:01 +0000
commit264b85f3ced8854f80cc5273e29dbb87e8cbafee (patch)
treebef5a1e72f31a30f0e44cf1032aaaf8c6c48d332 /sys/netatm/sigpvc
parent9fddf73ad02abd42983850115f2ac3375ed5be6f (diff)
Trivial stylish changes, mostly to silence gcc.
Reviewed by: Mike Spengler <mks@networkcs.com> Submitted by: phk
Notes
Notes: svn path=/head/; revision=40799
Diffstat (limited to 'sys/netatm/sigpvc')
-rw-r--r--sys/netatm/sigpvc/sigpvc_if.c10
-rw-r--r--sys/netatm/sigpvc/sigpvc_subr.c10
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/netatm/sigpvc/sigpvc_if.c b/sys/netatm/sigpvc/sigpvc_if.c
index 4208f29f4cb3..b7117be9f41c 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 00f92ec125e5..63e3b64fd577 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;
/*