summaryrefslogtreecommitdiffstats
path: root/sys/netatm/spans/spans_arp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netatm/spans/spans_arp.c')
-rw-r--r--sys/netatm/spans/spans_arp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netatm/spans/spans_arp.c b/sys/netatm/spans/spans_arp.c
index 5a2443a..bdcacc6 100644
--- a/sys/netatm/spans/spans_arp.c
+++ b/sys/netatm/spans/spans_arp.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: spans_arp.c,v 1.9 1998/06/29 22:03:12 mks Exp $
+ * @(#) $Id: spans_arp.c,v 1.1 1998/09/15 08:23:02 phk Exp $
*
*/
@@ -35,10 +35,6 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: spans_arp.c,v 1.9 1998/06/29 22:03:12 mks Exp $";
-#endif
-
#include <netatm/kern_include.h>
#include <netatm/ipatm/ipatm_var.h>
@@ -47,6 +43,10 @@ static char *RCSid = "@(#) $Id: spans_arp.c,v 1.9 1998/06/29 22:03:12 mks Exp $"
#include <netatm/spans/spans_var.h>
#include <netatm/spans/spans_cls.h>
+#ifndef lint
+__RCSID("@(#) $Id: spans_arp.c,v 1.1 1998/09/15 08:23:02 phk Exp $");
+#endif
+
/*
* Global variables
OpenPOWER on IntegriCloud