summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-10-31 20:07:01 +0000
committerphk <phk@FreeBSD.org>1998-10-31 20:07:01 +0000
commitef1becbf8e39d56b501bb722279f9b3cddb9713b (patch)
treeb392df5f916677ffead85d9adb5b2d60aab5eecd /sys/netatm/uni
parent23ce0ead1d6a4116dd8022f9504a4632792c5149 (diff)
downloadFreeBSD-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/uni')
-rw-r--r--sys/netatm/uni/q2110_sigaa.c10
-rw-r--r--sys/netatm/uni/q2110_sigcpcs.c10
-rw-r--r--sys/netatm/uni/q2110_subr.c10
-rw-r--r--sys/netatm/uni/qsaal1_sigaa.c10
-rw-r--r--sys/netatm/uni/qsaal1_sigcpcs.c10
-rw-r--r--sys/netatm/uni/qsaal1_subr.c10
-rw-r--r--sys/netatm/uni/sscf_uni.c10
-rw-r--r--sys/netatm/uni/sscf_uni_lower.c10
-rw-r--r--sys/netatm/uni/sscf_uni_upper.c10
-rw-r--r--sys/netatm/uni/sscop.c11
-rw-r--r--sys/netatm/uni/sscop_lower.c10
-rw-r--r--sys/netatm/uni/sscop_pdu.c10
-rw-r--r--sys/netatm/uni/sscop_sigaa.c10
-rw-r--r--sys/netatm/uni/sscop_sigcpcs.c10
-rw-r--r--sys/netatm/uni/sscop_subr.c10
-rw-r--r--sys/netatm/uni/sscop_timer.c10
-rw-r--r--sys/netatm/uni/sscop_upper.c10
-rw-r--r--sys/netatm/uni/uni_load.c10
-rw-r--r--sys/netatm/uni/uniarp.c11
-rw-r--r--sys/netatm/uni/uniarp_cache.c10
-rw-r--r--sys/netatm/uni/uniarp_input.c11
-rw-r--r--sys/netatm/uni/uniarp_output.c10
-rw-r--r--sys/netatm/uni/uniarp_timer.c10
-rw-r--r--sys/netatm/uni/uniarp_vcm.c10
-rw-r--r--sys/netatm/uni/uniip.c10
-rw-r--r--sys/netatm/uni/unisig_decode.c10
-rw-r--r--sys/netatm/uni/unisig_encode.c10
-rw-r--r--sys/netatm/uni/unisig_if.c10
-rw-r--r--sys/netatm/uni/unisig_mbuf.c10
-rw-r--r--sys/netatm/uni/unisig_msg.c10
-rw-r--r--sys/netatm/uni/unisig_print.c10
-rw-r--r--sys/netatm/uni/unisig_proto.c10
-rw-r--r--sys/netatm/uni/unisig_sigmgr_state.c10
-rw-r--r--sys/netatm/uni/unisig_subr.c10
-rw-r--r--sys/netatm/uni/unisig_util.c10
-rw-r--r--sys/netatm/uni/unisig_vc_state.c10
36 files changed, 180 insertions, 183 deletions
diff --git a/sys/netatm/uni/q2110_sigaa.c b/sys/netatm/uni/q2110_sigaa.c
index 357df71..381356f 100644
--- a/sys/netatm/uni/q2110_sigaa.c
+++ b/sys/netatm/uni/q2110_sigaa.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_sigaa.c,v 1.6 1998/08/26 23:29:18 mks Exp $
+ * @(#) $Id: q2110_sigaa.c,v 1.1 1998/09/15 08:23:05 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: q2110_sigaa.c,v 1.6 1998/08/26 23:29:18 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: q2110_sigaa.c,v 1.6 1998/08/26 23:29:18 mks Exp
#include <netatm/uni/sscop_pdu.h>
#include <netatm/uni/sscop_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: q2110_sigaa.c,v 1.1 1998/09/15 08:23:05 phk Exp $");
+#endif
+
/*
* Local functions
diff --git a/sys/netatm/uni/q2110_sigcpcs.c b/sys/netatm/uni/q2110_sigcpcs.c
index 0fa5555..7752fd0 100644
--- a/sys/netatm/uni/q2110_sigcpcs.c
+++ b/sys/netatm/uni/q2110_sigcpcs.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_sigcpcs.c,v 1.7 1998/08/26 23:29:18 mks Exp $
+ * @(#) $Id: q2110_sigcpcs.c,v 1.1 1998/09/15 08:23:05 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: q2110_sigcpcs.c,v 1.7 1998/08/26 23:29:18 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: q2110_sigcpcs.c,v 1.7 1998/08/26 23:29:18 mks Ex
#include <netatm/uni/sscop_pdu.h>
#include <netatm/uni/sscop_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: q2110_sigcpcs.c,v 1.1 1998/09/15 08:23:05 phk Exp $");
+#endif
+
/*
* Local functions
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
diff --git a/sys/netatm/uni/qsaal1_sigaa.c b/sys/netatm/uni/qsaal1_sigaa.c
index f3b0097..1788794 100644
--- a/sys/netatm/uni/qsaal1_sigaa.c
+++ b/sys/netatm/uni/qsaal1_sigaa.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: qsaal1_sigaa.c,v 1.7 1998/08/26 23:29:18 mks Exp $
+ * @(#) $Id: qsaal1_sigaa.c,v 1.1 1998/09/15 08:23:05 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: qsaal1_sigaa.c,v 1.7 1998/08/26 23:29:18 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: qsaal1_sigaa.c,v 1.7 1998/08/26 23:29:18 mks Exp
#include <netatm/uni/sscop_pdu.h>
#include <netatm/uni/sscop_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: qsaal1_sigaa.c,v 1.1 1998/09/15 08:23:05 phk Exp $");
+#endif
+
/*
* Local functions
diff --git a/sys/netatm/uni/qsaal1_sigcpcs.c b/sys/netatm/uni/qsaal1_sigcpcs.c
index 1d62165..203e483 100644
--- a/sys/netatm/uni/qsaal1_sigcpcs.c
+++ b/sys/netatm/uni/qsaal1_sigcpcs.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: qsaal1_sigcpcs.c,v 1.7 1998/04/07 23:21:03 mks Exp $
+ * @(#) $Id: qsaal1_sigcpcs.c,v 1.1 1998/09/15 08:23:05 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: qsaal1_sigcpcs.c,v 1.7 1998/04/07 23:21:03 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: qsaal1_sigcpcs.c,v 1.7 1998/04/07 23:21:03 mks E
#include <netatm/uni/sscop_pdu.h>
#include <netatm/uni/sscop_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: qsaal1_sigcpcs.c,v 1.1 1998/09/15 08:23:05 phk Exp $");
+#endif
+
/*
* Local functions
diff --git a/sys/netatm/uni/qsaal1_subr.c b/sys/netatm/uni/qsaal1_subr.c
index ed4b43c..9ad2468 100644
--- a/sys/netatm/uni/qsaal1_subr.c
+++ b/sys/netatm/uni/qsaal1_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: qsaal1_subr.c,v 1.6 1998/04/07 23:21:17 mks Exp $
+ * @(#) $Id: qsaal1_subr.c,v 1.1 1998/09/15 08:23:06 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: qsaal1_subr.c,v 1.6 1998/04/07 23:21:17 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: qsaal1_subr.c,v 1.6 1998/04/07 23:21:17 mks Exp
#include <netatm/uni/sscop_pdu.h>
#include <netatm/uni/sscop_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: qsaal1_subr.c,v 1.1 1998/09/15 08:23:06 phk Exp $");
+#endif
+
/*
* Re-establish a new SSCOP Connection
diff --git a/sys/netatm/uni/sscf_uni.c b/sys/netatm/uni/sscf_uni.c
index 0582580..49e7186 100644
--- a/sys/netatm/uni/sscf_uni.c
+++ b/sys/netatm/uni/sscf_uni.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: sscf_uni.c,v 1.1 1998/09/15 08:23:06 phk Exp $
+ * @(#) $Id: sscf_uni.c,v 1.2 1998/09/17 09:35:01 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: sscf_uni.c,v 1.1 1998/09/15 08:23:06 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -46,6 +42,10 @@ static char *RCSid = "@(#) $Id: sscf_uni.c,v 1.1 1998/09/15 08:23:06 phk Exp $";
#include <netatm/uni/sscf_uni.h>
#include <netatm/uni/sscf_uni_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: sscf_uni.c,v 1.2 1998/09/17 09:35:01 phk Exp $");
+#endif
+
/*
* Global variables
diff --git a/sys/netatm/uni/sscf_uni_lower.c b/sys/netatm/uni/sscf_uni_lower.c
index 9639d96..56db85f 100644
--- a/sys/netatm/uni/sscf_uni_lower.c
+++ b/sys/netatm/uni/sscf_uni_lower.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: sscf_uni_lower.c,v 1.1 1998/09/15 08:23:06 phk Exp $
+ * @(#) $Id: sscf_uni_lower.c,v 1.2 1998/09/17 09:35:01 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: sscf_uni_lower.c,v 1.1 1998/09/15 08:23:06 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -46,6 +42,10 @@ static char *RCSid = "@(#) $Id: sscf_uni_lower.c,v 1.1 1998/09/15 08:23:06 phk E
#include <netatm/uni/sscf_uni.h>
#include <netatm/uni/sscf_uni_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: sscf_uni_lower.c,v 1.2 1998/09/17 09:35:01 phk Exp $");
+#endif
+
/*
* Local variables
diff --git a/sys/netatm/uni/sscf_uni_upper.c b/sys/netatm/uni/sscf_uni_upper.c
index a979260..24a41f5 100644
--- a/sys/netatm/uni/sscf_uni_upper.c
+++ b/sys/netatm/uni/sscf_uni_upper.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: sscf_uni_upper.c,v 1.1 1998/09/15 08:23:06 phk Exp $
+ * @(#) $Id: sscf_uni_upper.c,v 1.2 1998/09/17 09:35:01 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: sscf_uni_upper.c,v 1.1 1998/09/15 08:23:06 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -46,6 +42,10 @@ static char *RCSid = "@(#) $Id: sscf_uni_upper.c,v 1.1 1998/09/15 08:23:06 phk E
#include <netatm/uni/sscf_uni.h>
#include <netatm/uni/sscf_uni_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: sscf_uni_upper.c,v 1.2 1998/09/17 09:35:01 phk Exp $");
+#endif
+
/*
* SSCF_UNI Upper Stack Command Handler
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);
}
diff --git a/sys/netatm/uni/sscop_lower.c b/sys/netatm/uni/sscop_lower.c
index 536ed03..3810f91 100644
--- a/sys/netatm/uni/sscop_lower.c
+++ b/sys/netatm/uni/sscop_lower.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_lower.c,v 1.1 1998/09/15 08:23:07 phk Exp $
+ * @(#) $Id: sscop_lower.c,v 1.2 1998/09/17 09:35:01 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: sscop_lower.c,v 1.1 1998/09/15 08:23:07 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: sscop_lower.c,v 1.1 1998/09/15 08:23:07 phk Exp
#include <netatm/uni/sscop_pdu.h>
#include <netatm/uni/sscop_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: sscop_lower.c,v 1.2 1998/09/17 09:35:01 phk Exp $");
+#endif
+
/*
* Local variables
diff --git a/sys/netatm/uni/sscop_pdu.c b/sys/netatm/uni/sscop_pdu.c
index b9aec03..86522b9 100644
--- a/sys/netatm/uni/sscop_pdu.c
+++ b/sys/netatm/uni/sscop_pdu.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_pdu.c,v 1.6 1998/04/07 23:21:36 mks Exp $
+ * @(#) $Id: sscop_pdu.c,v 1.1 1998/09/15 08:23:07 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: sscop_pdu.c,v 1.6 1998/04/07 23:21:36 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: sscop_pdu.c,v 1.6 1998/04/07 23:21:36 mks Exp $"
#include <netatm/uni/sscop_pdu.h>
#include <netatm/uni/sscop_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: sscop_pdu.c,v 1.1 1998/09/15 08:23:07 phk Exp $");
+#endif
+
/*
* Local functions
*/
diff --git a/sys/netatm/uni/sscop_sigaa.c b/sys/netatm/uni/sscop_sigaa.c
index 8f347ce..6753982 100644
--- a/sys/netatm/uni/sscop_sigaa.c
+++ b/sys/netatm/uni/sscop_sigaa.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_sigaa.c,v 1.1 1998/04/07 23:15:11 mks Exp $
+ * @(#) $Id: sscop_sigaa.c,v 1.1 1998/09/15 08:23:07 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: sscop_sigaa.c,v 1.1 1998/04/07 23:15:11 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: sscop_sigaa.c,v 1.1 1998/04/07 23:15:11 mks Exp
#include <netatm/uni/sscop_pdu.h>
#include <netatm/uni/sscop_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: sscop_sigaa.c,v 1.1 1998/09/15 08:23:07 phk Exp $");
+#endif
+
/*
* SSCOP_ESTABLISH_REQ / SOS_IDLE Command Processor
diff --git a/sys/netatm/uni/sscop_sigcpcs.c b/sys/netatm/uni/sscop_sigcpcs.c
index a9bf504..6b1c477 100644
--- a/sys/netatm/uni/sscop_sigcpcs.c
+++ b/sys/netatm/uni/sscop_sigcpcs.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_sigcpcs.c,v 1.2 1998/07/24 20:18:09 mks Exp $
+ * @(#) $Id: sscop_sigcpcs.c,v 1.1 1998/09/15 08:23:08 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: sscop_sigcpcs.c,v 1.2 1998/07/24 20:18:09 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: sscop_sigcpcs.c,v 1.2 1998/07/24 20:18:09 mks Ex
#include <netatm/uni/sscop_pdu.h>
#include <netatm/uni/sscop_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: sscop_sigcpcs.c,v 1.1 1998/09/15 08:23:08 phk Exp $");
+#endif
+
/*
* No-op Processor
diff --git a/sys/netatm/uni/sscop_subr.c b/sys/netatm/uni/sscop_subr.c
index 88656ad..16ad139 100644
--- a/sys/netatm/uni/sscop_subr.c
+++ b/sys/netatm/uni/sscop_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: sscop_subr.c,v 1.1 1998/09/15 08:23:08 phk Exp $
+ * @(#) $Id: sscop_subr.c,v 1.2 1998/09/17 09:35:01 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: sscop_subr.c,v 1.1 1998/09/15 08:23:08 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: sscop_subr.c,v 1.1 1998/09/15 08:23:08 phk Exp $
#include <netatm/uni/sscop_pdu.h>
#include <netatm/uni/sscop_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: sscop_subr.c,v 1.2 1998/09/17 09:35:01 phk Exp $");
+#endif
+
/*
* Local functions
diff --git a/sys/netatm/uni/sscop_timer.c b/sys/netatm/uni/sscop_timer.c
index c66525b..087ae79 100644
--- a/sys/netatm/uni/sscop_timer.c
+++ b/sys/netatm/uni/sscop_timer.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_timer.c,v 1.1 1998/09/15 08:23:08 phk Exp $
+ * @(#) $Id: sscop_timer.c,v 1.2 1998/09/17 09:35:01 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: sscop_timer.c,v 1.1 1998/09/15 08:23:08 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: sscop_timer.c,v 1.1 1998/09/15 08:23:08 phk Exp
#include <netatm/uni/sscop_pdu.h>
#include <netatm/uni/sscop_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: sscop_timer.c,v 1.2 1998/09/17 09:35:01 phk Exp $");
+#endif
+
/*
* Local functions
diff --git a/sys/netatm/uni/sscop_upper.c b/sys/netatm/uni/sscop_upper.c
index 162b48c..f2ad1bd 100644
--- a/sys/netatm/uni/sscop_upper.c
+++ b/sys/netatm/uni/sscop_upper.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_upper.c,v 1.1 1998/09/15 08:23:08 phk Exp $
+ * @(#) $Id: sscop_upper.c,v 1.2 1998/09/17 09:35:01 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: sscop_upper.c,v 1.1 1998/09/15 08:23:08 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: sscop_upper.c,v 1.1 1998/09/15 08:23:08 phk Exp
#include <netatm/uni/sscop_pdu.h>
#include <netatm/uni/sscop_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: sscop_upper.c,v 1.2 1998/09/17 09:35:01 phk Exp $");
+#endif
+
/*
* Local functions
diff --git a/sys/netatm/uni/uni_load.c b/sys/netatm/uni/uni_load.c
index 23e7ff5..7be1eba 100644
--- a/sys/netatm/uni/uni_load.c
+++ b/sys/netatm/uni/uni_load.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: uni_load.c,v 1.6 1997/05/06 22:20:43 mks Exp $
+ * @(#) $Id: uni_load.c,v 1.1 1998/09/15 08:23:09 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: uni_load.c,v 1.6 1997/05/06 22:20:43 mks Exp $";
-#endif
-
#ifndef ATM_UNI_MODULE
#include "opt_atm.h"
#endif
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: uni_load.c,v 1.6 1997/05/06 22:20:43 mks Exp $";
#include <netatm/uni/uni.h>
+#ifndef lint
+__RCSID("@(#) $Id: uni_load.c,v 1.1 1998/09/15 08:23:09 phk Exp $");
+#endif
+
/*
* External functions
*/
diff --git a/sys/netatm/uni/uniarp.c b/sys/netatm/uni/uniarp.c
index e0448a8..b972541 100644
--- a/sys/netatm/uni/uniarp.c
+++ b/sys/netatm/uni/uniarp.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: uniarp.c,v 1.1 1998/09/15 08:23:09 phk Exp $
+ * @(#) $Id: uniarp.c,v 1.2 1998/09/17 09:35:01 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: uniarp.c,v 1.1 1998/09/15 08:23:09 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/ipatm/ipatm_var.h>
@@ -46,6 +42,10 @@ static char *RCSid = "@(#) $Id: uniarp.c,v 1.1 1998/09/15 08:23:09 phk Exp $";
#include <netatm/uni/unisig_var.h>
#include <netatm/uni/uniip_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: uniarp.c,v 1.2 1998/09/17 09:35:01 phk Exp $");
+#endif
+
/*
* Global variables
@@ -225,7 +225,6 @@ void
uniarp_ipdact(uip)
struct uniip *uip;
{
- struct ip_nif *inp = uip->uip_ipnif;
struct uniarp *uap, *unext;
int i;
diff --git a/sys/netatm/uni/uniarp_cache.c b/sys/netatm/uni/uniarp_cache.c
index 6c9537e..c5bf5ae 100644
--- a/sys/netatm/uni/uniarp_cache.c
+++ b/sys/netatm/uni/uniarp_cache.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: uniarp_cache.c,v 1.8 1998/08/26 23:29:20 mks Exp $
+ * @(#) $Id: uniarp_cache.c,v 1.1 1998/09/15 08:23:09 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: uniarp_cache.c,v 1.8 1998/08/26 23:29:20 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/ipatm/ipatm_var.h>
@@ -46,6 +42,10 @@ static char *RCSid = "@(#) $Id: uniarp_cache.c,v 1.8 1998/08/26 23:29:20 mks Exp
#include <netatm/uni/unisig_var.h>
#include <netatm/uni/uniip_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: uniarp_cache.c,v 1.1 1998/09/15 08:23:09 phk Exp $");
+#endif
+
/*
* Add data to the arp table cache
diff --git a/sys/netatm/uni/uniarp_input.c b/sys/netatm/uni/uniarp_input.c
index cceeaa9..9ef6225 100644
--- a/sys/netatm/uni/uniarp_input.c
+++ b/sys/netatm/uni/uniarp_input.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: uniarp_input.c,v 1.10 1998/07/13 00:04:32 mks Exp $
+ * @(#) $Id: uniarp_input.c,v 1.1 1998/09/15 08:23:09 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: uniarp_input.c,v 1.10 1998/07/13 00:04:32 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/ipatm/ipatm_var.h>
@@ -46,6 +42,10 @@ static char *RCSid = "@(#) $Id: uniarp_input.c,v 1.10 1998/07/13 00:04:32 mks Ex
#include <netatm/uni/unisig_var.h>
#include <netatm/uni/uniip_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: uniarp_input.c,v 1.1 1998/09/15 08:23:09 phk Exp $");
+#endif
+
/*
* Local functions
@@ -735,7 +735,6 @@ proc_inarp_rsp(ivp, m)
struct atm_nif *nip;
struct siginst *sgp;
struct uniip *uip;
- struct uniarp *uap;
struct in_addr myip;
int s = splnet();
diff --git a/sys/netatm/uni/uniarp_output.c b/sys/netatm/uni/uniarp_output.c
index 81fab93..4f7a163 100644
--- a/sys/netatm/uni/uniarp_output.c
+++ b/sys/netatm/uni/uniarp_output.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: uniarp_output.c,v 1.7 1998/06/29 22:15:41 mks Exp $
+ * @(#) $Id: uniarp_output.c,v 1.1 1998/09/15 08:23:09 phk Exp $
*
*/
@@ -35,16 +35,16 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: uniarp_output.c,v 1.7 1998/06/29 22:15:41 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/ipatm/ipatm_var.h>
#include <netatm/ipatm/ipatm_serv.h>
#include <netatm/uni/uniip_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: uniarp_output.c,v 1.1 1998/09/15 08:23:09 phk Exp $");
+#endif
+
/*
* Issue an ATMARP Request PDU
diff --git a/sys/netatm/uni/uniarp_timer.c b/sys/netatm/uni/uniarp_timer.c
index 1f00202..b65ca56 100644
--- a/sys/netatm/uni/uniarp_timer.c
+++ b/sys/netatm/uni/uniarp_timer.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: uniarp_timer.c,v 1.8 1998/06/29 22:44:31 mks Exp $
+ * @(#) $Id: uniarp_timer.c,v 1.1 1998/09/15 08:23:10 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: uniarp_timer.c,v 1.8 1998/06/29 22:44:31 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/ipatm/ipatm_var.h>
@@ -46,6 +42,10 @@ static char *RCSid = "@(#) $Id: uniarp_timer.c,v 1.8 1998/06/29 22:44:31 mks Exp
#include <netatm/uni/unisig_var.h>
#include <netatm/uni/uniip_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: uniarp_timer.c,v 1.1 1998/09/15 08:23:10 phk Exp $");
+#endif
+
/*
* Local functions
diff --git a/sys/netatm/uni/uniarp_vcm.c b/sys/netatm/uni/uniarp_vcm.c
index 338d2b5..e2e9c2d 100644
--- a/sys/netatm/uni/uniarp_vcm.c
+++ b/sys/netatm/uni/uniarp_vcm.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: uniarp_vcm.c,v 1.1 1998/09/15 08:23:10 phk Exp $
+ * @(#) $Id: uniarp_vcm.c,v 1.2 1998/09/17 09:35:02 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: uniarp_vcm.c,v 1.1 1998/09/15 08:23:10 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/ipatm/ipatm_var.h>
@@ -46,6 +42,10 @@ static char *RCSid = "@(#) $Id: uniarp_vcm.c,v 1.1 1998/09/15 08:23:10 phk Exp $
#include <netatm/uni/unisig_var.h>
#include <netatm/uni/uniip_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: uniarp_vcm.c,v 1.2 1998/09/17 09:35:02 phk Exp $");
+#endif
+
/*
* Local variables
diff --git a/sys/netatm/uni/uniip.c b/sys/netatm/uni/uniip.c
index 0039585..dd7bc3e 100644
--- a/sys/netatm/uni/uniip.c
+++ b/sys/netatm/uni/uniip.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: uniip.c,v 1.6 1998/05/18 19:18:42 mks Exp $
+ * @(#) $Id: uniip.c,v 1.1 1998/09/15 08:23:10 phk Exp $
*
*/
@@ -35,16 +35,16 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: uniip.c,v 1.6 1998/05/18 19:18:42 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/ipatm/ipatm_var.h>
#include <netatm/ipatm/ipatm_serv.h>
#include <netatm/uni/uniip_var.h>
+#ifndef lint
+__RCSID("@(#) $Id: uniip.c,v 1.1 1998/09/15 08:23:10 phk Exp $");
+#endif
+
/*
* Local functions
diff --git a/sys/netatm/uni/unisig_decode.c b/sys/netatm/uni/unisig_decode.c
index d7d3cd4..08fe4b7 100644
--- a/sys/netatm/uni/unisig_decode.c
+++ b/sys/netatm/uni/unisig_decode.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: unisig_decode.c,v 1.1 1998/09/15 08:23:10 phk Exp $
+ * @(#) $Id: unisig_decode.c,v 1.2 1998/09/17 09:35:02 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: unisig_decode.c,v 1.1 1998/09/15 08:23:10 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/unisig.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: unisig_decode.c,v 1.1 1998/09/15 08:23:10 phk Ex
#include <netatm/uni/unisig_mbuf.h>
#include <netatm/uni/unisig_decode.h>
+#ifndef lint
+__RCSID("@(#) $Id: unisig_decode.c,v 1.2 1998/09/17 09:35:02 phk Exp $");
+#endif
+
#define ALLOC_IE(ie) \
(ie) = (struct ie_generic *) atm_allocate(&unisig_iepool); \
if (!ie) \
diff --git a/sys/netatm/uni/unisig_encode.c b/sys/netatm/uni/unisig_encode.c
index a142a33..34a039a 100644
--- a/sys/netatm/uni/unisig_encode.c
+++ b/sys/netatm/uni/unisig_encode.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: unisig_encode.c,v 1.1 1998/09/15 08:23:11 phk Exp $
+ * @(#) $Id: unisig_encode.c,v 1.2 1998/09/17 09:35:02 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: unisig_encode.c,v 1.1 1998/09/15 08:23:11 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/unisig.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: unisig_encode.c,v 1.1 1998/09/15 08:23:11 phk Ex
#include <netatm/uni/unisig_mbuf.h>
#include <netatm/uni/unisig_decode.h>
+#ifndef lint
+__RCSID("@(#) $Id: unisig_encode.c,v 1.2 1998/09/17 09:35:02 phk Exp $");
+#endif
+
/*
* Local functions
diff --git a/sys/netatm/uni/unisig_if.c b/sys/netatm/uni/unisig_if.c
index e52f650..e1cfc8f 100644
--- a/sys/netatm/uni/unisig_if.c
+++ b/sys/netatm/uni/unisig_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: unisig_if.c,v 1.1 1998/09/15 08:23:11 phk Exp $
+ * @(#) $Id: unisig_if.c,v 1.2 1998/09/17 09:35:02 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: unisig_if.c,v 1.1 1998/09/15 08:23:11 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/ipatm/ipatm_var.h>
@@ -50,6 +46,10 @@ static char *RCSid = "@(#) $Id: unisig_if.c,v 1.1 1998/09/15 08:23:11 phk Exp $"
#include <netatm/uni/unisig_var.h>
#include <netatm/uni/unisig_msg.h>
+#ifndef lint
+__RCSID("@(#) $Id: unisig_if.c,v 1.2 1998/09/17 09:35:02 phk Exp $");
+#endif
+
/*
* Global variables
diff --git a/sys/netatm/uni/unisig_mbuf.c b/sys/netatm/uni/unisig_mbuf.c
index c64ee9a..b96a636 100644
--- a/sys/netatm/uni/unisig_mbuf.c
+++ b/sys/netatm/uni/unisig_mbuf.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: unisig_mbuf.c,v 1.1 1998/09/15 08:23:11 phk Exp $
+ * @(#) $Id: unisig_mbuf.c,v 1.2 1998/09/17 09:35:02 phk Exp $
*
*/
@@ -35,16 +35,16 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: unisig_mbuf.c,v 1.1 1998/09/15 08:23:11 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/unisig_var.h>
#include <netatm/uni/unisig_mbuf.h>
#include <netatm/uni/unisig_msg.h>
+#ifndef lint
+__RCSID("@(#) $Id: unisig_mbuf.c,v 1.2 1998/09/17 09:35:02 phk Exp $");
+#endif
+
/*
* Initialize a unisig formatting structure
diff --git a/sys/netatm/uni/unisig_msg.c b/sys/netatm/uni/unisig_msg.c
index 4e61cf4..510b92e 100644
--- a/sys/netatm/uni/unisig_msg.c
+++ b/sys/netatm/uni/unisig_msg.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: unisig_msg.c,v 1.1 1998/09/15 08:23:11 phk Exp $
+ * @(#) $Id: unisig_msg.c,v 1.2 1998/09/17 09:35:02 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: unisig_msg.c,v 1.1 1998/09/15 08:23:11 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/unisig.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: unisig_msg.c,v 1.1 1998/09/15 08:23:11 phk Exp $
#include <netatm/uni/unisig_mbuf.h>
#include <netatm/uni/unisig_print.h>
+#ifndef lint
+__RCSID("@(#) $Id: unisig_msg.c,v 1.2 1998/09/17 09:35:02 phk Exp $");
+#endif
+
/*
* Local functions
diff --git a/sys/netatm/uni/unisig_print.c b/sys/netatm/uni/unisig_print.c
index f335ce4..93133ca 100644
--- a/sys/netatm/uni/unisig_print.c
+++ b/sys/netatm/uni/unisig_print.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: unisig_print.c,v 1.9 1998/08/26 23:29:23 mks Exp $
+ * @(#) $Id: unisig_print.c,v 1.1 1998/09/15 08:23:12 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: unisig_print.c,v 1.9 1998/08/26 23:29:23 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/unisig.h>
@@ -46,6 +42,10 @@ static char *RCSid = "@(#) $Id: unisig_print.c,v 1.9 1998/08/26 23:29:23 mks Exp
#include <netatm/uni/unisig_msg.h>
#include <netatm/uni/unisig_print.h>
+#ifndef lint
+__RCSID("@(#) $Id: unisig_print.c,v 1.1 1998/09/15 08:23:12 phk Exp $");
+#endif
+
/*
* Local declarations
diff --git a/sys/netatm/uni/unisig_proto.c b/sys/netatm/uni/unisig_proto.c
index bbad9e6..8a3daac 100644
--- a/sys/netatm/uni/unisig_proto.c
+++ b/sys/netatm/uni/unisig_proto.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: unisig_proto.c,v 1.1 1998/09/15 08:23:12 phk Exp $
+ * @(#) $Id: unisig_proto.c,v 1.2 1998/09/17 09:35:02 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: unisig_proto.c,v 1.1 1998/09/15 08:23:12 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/unisig.h>
@@ -46,6 +42,10 @@ static char *RCSid = "@(#) $Id: unisig_proto.c,v 1.1 1998/09/15 08:23:12 phk Exp
#include <netatm/uni/unisig_msg.h>
#include <netatm/uni/unisig_mbuf.h>
+#ifndef lint
+__RCSID("@(#) $Id: unisig_proto.c,v 1.2 1998/09/17 09:35:02 phk Exp $");
+#endif
+
/*
* Process a UNISIG timeout
diff --git a/sys/netatm/uni/unisig_sigmgr_state.c b/sys/netatm/uni/unisig_sigmgr_state.c
index 0439d1c..fe9a010 100644
--- a/sys/netatm/uni/unisig_sigmgr_state.c
+++ b/sys/netatm/uni/unisig_sigmgr_state.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: unisig_sigmgr_state.c,v 1.1 1998/09/15 08:23:12 phk Exp $
+ * @(#) $Id: unisig_sigmgr_state.c,v 1.2 1998/09/17 09:35:02 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: unisig_sigmgr_state.c,v 1.1 1998/09/15 08:23:12 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/uni.h>
@@ -50,6 +46,10 @@ static char *RCSid = "@(#) $Id: unisig_sigmgr_state.c,v 1.1 1998/09/15 08:23:12
#include <netatm/uni/sscf_uni.h>
+#ifndef lint
+__RCSID("@(#) $Id: unisig_sigmgr_state.c,v 1.2 1998/09/17 09:35:02 phk Exp $");
+#endif
+
/*
* Local functions
diff --git a/sys/netatm/uni/unisig_subr.c b/sys/netatm/uni/unisig_subr.c
index 52326bc..2152044 100644
--- a/sys/netatm/uni/unisig_subr.c
+++ b/sys/netatm/uni/unisig_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: unisig_subr.c,v 1.1 1998/09/15 08:23:12 phk Exp $
+ * @(#) $Id: unisig_subr.c,v 1.2 1998/09/17 09:35:02 phk Exp $
*
*/
@@ -35,16 +35,16 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: unisig_subr.c,v 1.1 1998/09/15 08:23:12 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/unisig.h>
#include <netatm/uni/unisig_var.h>
#include <netatm/uni/unisig_msg.h>
+#ifndef lint
+__RCSID("@(#) $Id: unisig_subr.c,v 1.2 1998/09/17 09:35:02 phk Exp $");
+#endif
+
/*
* External variables
diff --git a/sys/netatm/uni/unisig_util.c b/sys/netatm/uni/unisig_util.c
index d7a64f6..6a3afb8 100644
--- a/sys/netatm/uni/unisig_util.c
+++ b/sys/netatm/uni/unisig_util.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: unisig_util.c,v 1.1 1998/09/15 08:23:13 phk Exp $
+ * @(#) $Id: unisig_util.c,v 1.2 1998/09/17 09:35:02 phk Exp $
*
*/
@@ -35,16 +35,16 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: unisig_util.c,v 1.1 1998/09/15 08:23:13 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/unisig.h>
#include <netatm/uni/unisig_var.h>
#include <netatm/uni/unisig_msg.h>
+#ifndef lint
+__RCSID("@(#) $Id: unisig_util.c,v 1.2 1998/09/17 09:35:02 phk Exp $");
+#endif
+
/*
* Free a UNISIG signalling message
diff --git a/sys/netatm/uni/unisig_vc_state.c b/sys/netatm/uni/unisig_vc_state.c
index e52515d..28ae9de 100644
--- a/sys/netatm/uni/unisig_vc_state.c
+++ b/sys/netatm/uni/unisig_vc_state.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: unisig_vc_state.c,v 1.1 1998/09/15 08:23:13 phk Exp $
+ * @(#) $Id: unisig_vc_state.c,v 1.2 1998/09/17 09:35:02 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: unisig_vc_state.c,v 1.1 1998/09/15 08:23:13 phk Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/uni/unisig.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: unisig_vc_state.c,v 1.1 1998/09/15 08:23:13 phk
#include <netatm/uni/unisig_mbuf.h>
#include <netatm/uni/unisig_decode.h>
+#ifndef lint
+__RCSID("@(#) $Id: unisig_vc_state.c,v 1.2 1998/09/17 09:35:02 phk Exp $");
+#endif
+
/*
* Local functions
OpenPOWER on IntegriCloud