diff options
Diffstat (limited to 'sys/netatm')
100 files changed, 164 insertions, 164 deletions
diff --git a/sys/netatm/atm.h b/sys/netatm/atm.h index 46dfb8626a8ec..896b82be7e9ff 100644 --- a/sys/netatm/atm.h +++ b/sys/netatm/atm.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm.h,v 1.8 1998/07/30 22:30:43 mks Exp $ + * @(#) $Id: atm.h,v 1.1 1998/09/15 08:22:56 phk Exp $ * */ diff --git a/sys/netatm/atm_aal5.c b/sys/netatm/atm_aal5.c index 4d365dd63b401..079bc49a8f397 100644 --- a/sys/netatm/atm_aal5.c +++ b/sys/netatm/atm_aal5.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_aal5.c,v 1.1 1998/09/15 08:22:57 phk Exp $ + * @(#) $Id: atm_aal5.c,v 1.2 1998/09/17 09:34:59 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_aal5.c,v 1.1 1998/09/15 08:22:57 phk Exp $"; +static char *RCSid = "@(#) $Id: atm_aal5.c,v 1.2 1998/09/17 09:34:59 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/atm_cm.c b/sys/netatm/atm_cm.c index 4304b56dc7503..6d2c931e5b321 100644 --- a/sys/netatm/atm_cm.c +++ b/sys/netatm/atm_cm.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_cm.c,v 1.1 1998/09/15 08:22:57 phk Exp $ + * @(#) $Id: atm_cm.c,v 1.2 1998/09/17 09:34:59 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_cm.c,v 1.1 1998/09/15 08:22:57 phk Exp $"; +static char *RCSid = "@(#) $Id: atm_cm.c,v 1.2 1998/09/17 09:34:59 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/atm_cm.h b/sys/netatm/atm_cm.h index 9e000ab9e5625..cdad0662545c7 100644 --- a/sys/netatm/atm_cm.h +++ b/sys/netatm/atm_cm.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_cm.h,v 1.3 1998/03/24 20:41:40 mks Exp $ + * @(#) $Id: atm_cm.h,v 1.1 1998/09/15 08:22:57 phk Exp $ * */ diff --git a/sys/netatm/atm_device.c b/sys/netatm/atm_device.c index 3a65880e15745..df6f189af1c93 100644 --- a/sys/netatm/atm_device.c +++ b/sys/netatm/atm_device.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_device.c,v 1.1 1998/09/15 08:22:57 phk Exp $ + * @(#) $Id: atm_device.c,v 1.2 1998/09/17 09:34:59 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_device.c,v 1.1 1998/09/15 08:22:57 phk Exp $"; +static char *RCSid = "@(#) $Id: atm_device.c,v 1.2 1998/09/17 09:34:59 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/atm_if.c b/sys/netatm/atm_if.c index a07ccc2251d66..a15308feceda3 100644 --- a/sys/netatm/atm_if.c +++ b/sys/netatm/atm_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: atm_if.c,v 1.13 1998/07/23 21:43:55 root Exp $ + * @(#) $Id: atm_if.c,v 1.1 1998/09/15 08:22:57 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_if.c,v 1.13 1998/07/23 21:43:55 root Exp $"; +static char *RCSid = "@(#) $Id: atm_if.c,v 1.1 1998/09/15 08:22:57 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/atm_if.h b/sys/netatm/atm_if.h index ccf9d035d2112..bfe9142e3ab99 100644 --- a/sys/netatm/atm_if.h +++ b/sys/netatm/atm_if.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_if.h,v 1.13 1998/08/07 22:10:37 mks Exp $ + * @(#) $Id: atm_if.h,v 1.1 1998/09/15 08:22:57 phk Exp $ * */ diff --git a/sys/netatm/atm_ioctl.h b/sys/netatm/atm_ioctl.h index a38d1839afcec..10c5c1082718c 100644 --- a/sys/netatm/atm_ioctl.h +++ b/sys/netatm/atm_ioctl.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_ioctl.h,v 1.9 1998/08/26 23:29:01 mks Exp $ + * @(#) $Id: atm_ioctl.h,v 1.1 1998/09/15 08:22:58 phk Exp $ * */ diff --git a/sys/netatm/atm_pcb.h b/sys/netatm/atm_pcb.h index 12ac5d042fc82..34dc881370349 100644 --- a/sys/netatm/atm_pcb.h +++ b/sys/netatm/atm_pcb.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_pcb.h,v 1.2 1998/07/30 22:30:51 mks Exp $ + * @(#) $Id: atm_pcb.h,v 1.1 1998/09/15 08:22:58 phk Exp $ * */ diff --git a/sys/netatm/atm_proto.c b/sys/netatm/atm_proto.c index ddd1a88bb2012..6a598e8318f7d 100644 --- a/sys/netatm/atm_proto.c +++ b/sys/netatm/atm_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: atm_proto.c,v 1.6 1998/02/19 19:52:06 mks Exp $ + * @(#) $Id: atm_proto.c,v 1.1 1998/09/15 08:22:58 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_proto.c,v 1.6 1998/02/19 19:52:06 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_proto.c,v 1.1 1998/09/15 08:22:58 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/atm_sap.h b/sys/netatm/atm_sap.h index 1386516a95dae..813964c8ce95e 100644 --- a/sys/netatm/atm_sap.h +++ b/sys/netatm/atm_sap.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_sap.h,v 1.3 1998/02/19 19:59:38 mks Exp $ + * @(#) $Id: atm_sap.h,v 1.1 1998/09/15 08:22:58 phk Exp $ * */ diff --git a/sys/netatm/atm_sigmgr.h b/sys/netatm/atm_sigmgr.h index 1b9388e6543cd..d50223a53ae20 100644 --- a/sys/netatm/atm_sigmgr.h +++ b/sys/netatm/atm_sigmgr.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_sigmgr.h,v 1.7 1998/03/24 20:43:59 mks Exp $ + * @(#) $Id: atm_sigmgr.h,v 1.1 1998/09/15 08:22:58 phk Exp $ * */ diff --git a/sys/netatm/atm_signal.c b/sys/netatm/atm_signal.c index 8acbf7a117576..c96aaf3b7b6ed 100644 --- a/sys/netatm/atm_signal.c +++ b/sys/netatm/atm_signal.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_signal.c,v 1.8 1998/03/24 20:45:37 mks Exp $ + * @(#) $Id: atm_signal.c,v 1.1 1998/09/15 08:22:58 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_signal.c,v 1.8 1998/03/24 20:45:37 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_signal.c,v 1.1 1998/09/15 08:22:58 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/atm_socket.c b/sys/netatm/atm_socket.c index 2370a15fd070e..6b8bc4d05faea 100644 --- a/sys/netatm/atm_socket.c +++ b/sys/netatm/atm_socket.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_socket.c,v 1.3 1998/07/30 22:30:53 mks Exp $ + * @(#) $Id: atm_socket.c,v 1.1 1998/09/15 08:22:58 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_socket.c,v 1.3 1998/07/30 22:30:53 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_socket.c,v 1.1 1998/09/15 08:22:58 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/atm_stack.h b/sys/netatm/atm_stack.h index abd32c47fdfdb..1f5c51e56f413 100644 --- a/sys/netatm/atm_stack.h +++ b/sys/netatm/atm_stack.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_stack.h,v 1.5 1998/02/19 19:59:59 mks Exp $ + * @(#) $Id: atm_stack.h,v 1.1 1998/09/15 08:22:58 phk Exp $ * */ diff --git a/sys/netatm/atm_subr.c b/sys/netatm/atm_subr.c index 3fcf36e16a799..e9ca9438773fa 100644 --- a/sys/netatm/atm_subr.c +++ b/sys/netatm/atm_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: atm_subr.c,v 1.1 1998/09/15 08:22:59 phk Exp $ + * @(#) $Id: atm_subr.c,v 1.2 1998/09/17 09:34:59 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_subr.c,v 1.1 1998/09/15 08:22:59 phk Exp $"; +static char *RCSid = "@(#) $Id: atm_subr.c,v 1.2 1998/09/17 09:34:59 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/atm_sys.h b/sys/netatm/atm_sys.h index d6e9745272d65..abe4ed85e76ff 100644 --- a/sys/netatm/atm_sys.h +++ b/sys/netatm/atm_sys.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_sys.h,v 1.1 1998/09/15 08:22:59 phk Exp $ + * @(#) $Id: atm_sys.h,v 1.2 1998/09/17 09:34:59 phk Exp $ * */ diff --git a/sys/netatm/atm_usrreq.c b/sys/netatm/atm_usrreq.c index 4231d1c010d15..93bf5840a06cf 100644 --- a/sys/netatm/atm_usrreq.c +++ b/sys/netatm/atm_usrreq.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_usrreq.c,v 1.7 1998/06/29 21:51:29 mks Exp $ + * @(#) $Id: atm_usrreq.c,v 1.1 1998/09/15 08:22:59 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_usrreq.c,v 1.7 1998/06/29 21:51:29 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_usrreq.c,v 1.1 1998/09/15 08:22:59 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/atm_var.h b/sys/netatm/atm_var.h index ab5f8565b39c1..0b06dee295c0e 100644 --- a/sys/netatm/atm_var.h +++ b/sys/netatm/atm_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_var.h,v 1.9 1998/05/18 19:05:52 mks Exp $ + * @(#) $Id: atm_var.h,v 1.1 1998/09/15 08:22:59 phk Exp $ * */ diff --git a/sys/netatm/atm_vc.h b/sys/netatm/atm_vc.h index 1c7c7b0ad2f0e..63ed608400703 100644 --- a/sys/netatm/atm_vc.h +++ b/sys/netatm/atm_vc.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_vc.h,v 1.6 1998/02/19 20:00:34 mks Exp $ + * @(#) $Id: atm_vc.h,v 1.1 1998/09/15 08:22:59 phk Exp $ * */ diff --git a/sys/netatm/ipatm/ipatm.h b/sys/netatm/ipatm/ipatm.h index b3ce348a285fe..bb8ef26c9b1f7 100644 --- a/sys/netatm/ipatm/ipatm.h +++ b/sys/netatm/ipatm/ipatm.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: ipatm.h,v 1.5 1998/03/24 20:49:49 mks Exp $ + * @(#) $Id: ipatm.h,v 1.1 1998/09/15 08:23:00 phk Exp $ * */ diff --git a/sys/netatm/ipatm/ipatm_event.c b/sys/netatm/ipatm/ipatm_event.c index 842ee64feaaa5..fdadbacae92d3 100644 --- a/sys/netatm/ipatm/ipatm_event.c +++ b/sys/netatm/ipatm/ipatm_event.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: ipatm_event.c,v 1.1 1998/09/15 08:23:00 phk Exp $ + * @(#) $Id: ipatm_event.c,v 1.2 1998/09/17 09:35:00 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: ipatm_event.c,v 1.1 1998/09/15 08:23:00 phk Exp $"; +static char *RCSid = "@(#) $Id: ipatm_event.c,v 1.2 1998/09/17 09:35:00 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/ipatm/ipatm_if.c b/sys/netatm/ipatm/ipatm_if.c index ede2450ff8be1..ef0cc891d9c0f 100644 --- a/sys/netatm/ipatm/ipatm_if.c +++ b/sys/netatm/ipatm/ipatm_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: ipatm_if.c,v 1.6 1998/03/24 20:51:47 mks Exp $ + * @(#) $Id: ipatm_if.c,v 1.1 1998/09/15 08:23:00 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: ipatm_if.c,v 1.6 1998/03/24 20:51:47 mks Exp $"; +static char *RCSid = "@(#) $Id: ipatm_if.c,v 1.1 1998/09/15 08:23:00 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/ipatm/ipatm_input.c b/sys/netatm/ipatm/ipatm_input.c index ca3e3e75a34af..780c0955f85d0 100644 --- a/sys/netatm/ipatm/ipatm_input.c +++ b/sys/netatm/ipatm/ipatm_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: ipatm_input.c,v 1.9 1998/04/07 23:03:52 mks Exp $ + * @(#) $Id: ipatm_input.c,v 1.1 1998/09/15 08:23:00 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: ipatm_input.c,v 1.9 1998/04/07 23:03:52 mks Exp $"; +static char *RCSid = "@(#) $Id: ipatm_input.c,v 1.1 1998/09/15 08:23:00 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/ipatm/ipatm_load.c b/sys/netatm/ipatm/ipatm_load.c index 8caa6354a4cb7..223c1f892ee0f 100644 --- a/sys/netatm/ipatm/ipatm_load.c +++ b/sys/netatm/ipatm/ipatm_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: ipatm_load.c,v 1.12 1998/07/30 22:23:00 mks Exp $ + * @(#) $Id: ipatm_load.c,v 1.1 1998/09/15 08:23:00 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: ipatm_load.c,v 1.12 1998/07/30 22:23:00 mks Exp $"; +static char *RCSid = "@(#) $Id: ipatm_load.c,v 1.1 1998/09/15 08:23:00 phk Exp $"; #endif #ifndef ATM_IP_MODULE diff --git a/sys/netatm/ipatm/ipatm_output.c b/sys/netatm/ipatm/ipatm_output.c index 7f02f28c85056..3c4c77348f0f3 100644 --- a/sys/netatm/ipatm/ipatm_output.c +++ b/sys/netatm/ipatm/ipatm_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: ipatm_output.c,v 1.6 1998/02/19 20:14:17 mks Exp $ + * @(#) $Id: ipatm_output.c,v 1.1 1998/09/15 08:23:01 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: ipatm_output.c,v 1.6 1998/02/19 20:14:17 mks Exp $"; +static char *RCSid = "@(#) $Id: ipatm_output.c,v 1.1 1998/09/15 08:23:01 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/ipatm/ipatm_serv.h b/sys/netatm/ipatm/ipatm_serv.h index 20462137968f9..71b9b32afa3d4 100644 --- a/sys/netatm/ipatm/ipatm_serv.h +++ b/sys/netatm/ipatm/ipatm_serv.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: ipatm_serv.h,v 1.6 1998/02/19 20:14:21 mks Exp $ + * @(#) $Id: ipatm_serv.h,v 1.1 1998/09/15 08:23:01 phk Exp $ * */ diff --git a/sys/netatm/ipatm/ipatm_usrreq.c b/sys/netatm/ipatm/ipatm_usrreq.c index 1f1751c703d54..0250f67be6be3 100644 --- a/sys/netatm/ipatm/ipatm_usrreq.c +++ b/sys/netatm/ipatm/ipatm_usrreq.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: ipatm_usrreq.c,v 1.6 1998/05/18 19:14:04 mks Exp $ + * @(#) $Id: ipatm_usrreq.c,v 1.1 1998/09/15 08:23:01 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: ipatm_usrreq.c,v 1.6 1998/05/18 19:14:04 mks Exp $"; +static char *RCSid = "@(#) $Id: ipatm_usrreq.c,v 1.1 1998/09/15 08:23:01 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/ipatm/ipatm_var.h b/sys/netatm/ipatm/ipatm_var.h index 6048284b4d753..76a4ab9fb9a81 100644 --- a/sys/netatm/ipatm/ipatm_var.h +++ b/sys/netatm/ipatm/ipatm_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: ipatm_var.h,v 1.8 1998/03/24 20:56:57 mks Exp $ + * @(#) $Id: ipatm_var.h,v 1.1 1998/09/15 08:23:01 phk Exp $ * */ diff --git a/sys/netatm/ipatm/ipatm_vcm.c b/sys/netatm/ipatm/ipatm_vcm.c index cb8f46bdb61ac..fcb83a1aed7fa 100644 --- a/sys/netatm/ipatm/ipatm_vcm.c +++ b/sys/netatm/ipatm/ipatm_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: ipatm_vcm.c,v 1.1 1998/09/15 08:23:01 phk Exp $ + * @(#) $Id: ipatm_vcm.c,v 1.2 1998/09/17 09:35:00 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: ipatm_vcm.c,v 1.1 1998/09/15 08:23:01 phk Exp $"; +static char *RCSid = "@(#) $Id: ipatm_vcm.c,v 1.2 1998/09/17 09:35:00 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/kern_include.h b/sys/netatm/kern_include.h index 9134206f8d713..0f2677d4c8104 100644 --- a/sys/netatm/kern_include.h +++ b/sys/netatm/kern_include.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: kern_include.h,v 1.7 1998/07/23 21:44:40 root Exp $ + * @(#) $Id: kern_include.h,v 1.1 1998/09/15 08:22:59 phk Exp $ * */ diff --git a/sys/netatm/port.h b/sys/netatm/port.h index fac693adedf70..7b7e2a13275fd 100644 --- a/sys/netatm/port.h +++ b/sys/netatm/port.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: port.h,v 1.7 1998/03/24 20:25:28 mks Exp $ + * @(#) $Id: port.h,v 1.1 1998/09/15 08:22:59 phk Exp $ * */ diff --git a/sys/netatm/queue.h b/sys/netatm/queue.h index 8a8febf5e07e2..e655431dbfcd1 100644 --- a/sys/netatm/queue.h +++ b/sys/netatm/queue.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: queue.h,v 1.2 1997/05/06 22:14:38 mks Exp $ + * @(#) $Id: queue.h,v 1.1 1998/09/15 08:23:00 phk Exp $ * */ diff --git a/sys/netatm/sigpvc/sigpvc.h b/sys/netatm/sigpvc/sigpvc.h index 893a68255b776..f720984305f69 100644 --- a/sys/netatm/sigpvc/sigpvc.h +++ b/sys/netatm/sigpvc/sigpvc.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: sigpvc.h,v 1.2 1997/05/06 22:15:43 mks Exp $ + * @(#) $Id: sigpvc.h,v 1.1 1998/09/15 08:23:02 phk Exp $ * */ diff --git a/sys/netatm/sigpvc/sigpvc_if.c b/sys/netatm/sigpvc/sigpvc_if.c index 4208f29f4cb3e..5fde09ee81a1b 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 $ * */ @@ -37,7 +37,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: sigpvc_if.c,v 1.13 1998/07/30 22:32:42 mks Exp $"; +static char *RCSid = "@(#) $Id: sigpvc_if.c,v 1.1 1998/09/15 08:23:02 phk Exp $"; #endif #ifndef ATM_SIGPVC_MODULE diff --git a/sys/netatm/sigpvc/sigpvc_subr.c b/sys/netatm/sigpvc/sigpvc_subr.c index 00f92ec125e58..581bfd2d2be94 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: sigpvc_subr.c,v 1.7 1998/06/29 21:52:25 mks Exp $"; +static char *RCSid = "@(#) $Id: sigpvc_subr.c,v 1.1 1998/09/15 08:23:02 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/sigpvc/sigpvc_var.h b/sys/netatm/sigpvc/sigpvc_var.h index 24f92c0f2943e..7ec0625e9645d 100644 --- a/sys/netatm/sigpvc/sigpvc_var.h +++ b/sys/netatm/sigpvc/sigpvc_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: sigpvc_var.h,v 1.5 1998/02/19 20:16:28 mks Exp $ + * @(#) $Id: sigpvc_var.h,v 1.1 1998/09/15 08:23:02 phk Exp $ * */ diff --git a/sys/netatm/spans/spans_arp.c b/sys/netatm/spans/spans_arp.c index 5a2443af9de37..f501182196776 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: spans_arp.c,v 1.9 1998/06/29 22:03:12 mks Exp $"; +static char *RCSid = "@(#) $Id: spans_arp.c,v 1.1 1998/09/15 08:23:02 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/spans/spans_cls.c b/sys/netatm/spans/spans_cls.c index f496311f0d39f..b2a25ad352ab8 100644 --- a/sys/netatm/spans/spans_cls.c +++ b/sys/netatm/spans/spans_cls.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_cls.c,v 1.11 1998/06/29 22:04:29 mks Exp $ + * @(#) $Id: spans_cls.c,v 1.1 1998/09/15 08:23:03 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: spans_cls.c,v 1.11 1998/06/29 22:04:29 mks Exp $"; +static char *RCSid = "@(#) $Id: spans_cls.c,v 1.1 1998/09/15 08:23:03 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/spans/spans_cls.h b/sys/netatm/spans/spans_cls.h index d2cacaca99e59..fffc1e5a575aa 100644 --- a/sys/netatm/spans/spans_cls.h +++ b/sys/netatm/spans/spans_cls.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: spans_cls.h,v 1.6 1998/05/18 19:11:17 mks Exp $ + * @(#) $Id: spans_cls.h,v 1.1 1998/09/15 08:23:03 phk Exp $ * */ diff --git a/sys/netatm/spans/spans_if.c b/sys/netatm/spans/spans_if.c index 6546ae25a6010..21b5bc03ba4b5 100644 --- a/sys/netatm/spans/spans_if.c +++ b/sys/netatm/spans/spans_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: spans_if.c,v 1.1 1998/09/15 08:23:03 phk Exp $ + * @(#) $Id: spans_if.c,v 1.2 1998/09/17 09:35:00 phk Exp $ * */ @@ -37,7 +37,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: spans_if.c,v 1.1 1998/09/15 08:23:03 phk Exp $"; +static char *RCSid = "@(#) $Id: spans_if.c,v 1.2 1998/09/17 09:35:00 phk Exp $"; #endif #ifndef ATM_SPANS_MODULE diff --git a/sys/netatm/spans/spans_kxdr.c b/sys/netatm/spans/spans_kxdr.c index b6534de0e3f7b..bae7a61ad4825 100644 --- a/sys/netatm/spans/spans_kxdr.c +++ b/sys/netatm/spans/spans_kxdr.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_kxdr.c,v 1.2 1997/05/06 22:17:00 mks Exp $ + * @(#) $Id: spans_kxdr.c,v 1.1 1998/09/15 08:23:03 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: spans_kxdr.c,v 1.2 1997/05/06 22:17:00 mks Exp $"; +static char *RCSid = "@(#) $Id: spans_kxdr.c,v 1.1 1998/09/15 08:23:03 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/spans/spans_msg.c b/sys/netatm/spans/spans_msg.c index 1ce9a50eecfd6..936bbe5738753 100644 --- a/sys/netatm/spans/spans_msg.c +++ b/sys/netatm/spans/spans_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: spans_msg.c,v 1.1 1998/09/15 08:23:03 phk Exp $ + * @(#) $Id: spans_msg.c,v 1.2 1998/09/17 09:35:00 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: spans_msg.c,v 1.1 1998/09/15 08:23:03 phk Exp $"; +static char *RCSid = "@(#) $Id: spans_msg.c,v 1.2 1998/09/17 09:35:00 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/spans/spans_print.c b/sys/netatm/spans/spans_print.c index 117324c29ef1f..35fc9664b44e8 100644 --- a/sys/netatm/spans/spans_print.c +++ b/sys/netatm/spans/spans_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: spans_print.c,v 1.1 1998/09/15 08:23:03 phk Exp $ + * @(#) $Id: spans_print.c,v 1.2 1998/09/17 09:35:00 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: spans_print.c,v 1.1 1998/09/15 08:23:03 phk Exp $"; +static char *RCSid = "@(#) $Id: spans_print.c,v 1.2 1998/09/17 09:35:00 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/spans/spans_proto.c b/sys/netatm/spans/spans_proto.c index b0e0f1e44c1e1..b1100e28e3fa5 100644 --- a/sys/netatm/spans/spans_proto.c +++ b/sys/netatm/spans/spans_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: spans_proto.c,v 1.1 1998/09/15 08:23:03 phk Exp $ + * @(#) $Id: spans_proto.c,v 1.2 1998/09/17 09:35:00 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: spans_proto.c,v 1.1 1998/09/15 08:23:03 phk Exp $"; +static char *RCSid = "@(#) $Id: spans_proto.c,v 1.2 1998/09/17 09:35:00 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/spans/spans_subr.c b/sys/netatm/spans/spans_subr.c index a6e720f811c44..e44a9d9aafb1d 100644 --- a/sys/netatm/spans/spans_subr.c +++ b/sys/netatm/spans/spans_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: spans_subr.c,v 1.1 1998/09/15 08:23:04 phk Exp $ + * @(#) $Id: spans_subr.c,v 1.2 1998/09/17 09:35:00 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: spans_subr.c,v 1.1 1998/09/15 08:23:04 phk Exp $"; +static char *RCSid = "@(#) $Id: spans_subr.c,v 1.2 1998/09/17 09:35:00 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/spans/spans_util.c b/sys/netatm/spans/spans_util.c index f3f0235264f62..3f21a9206551e 100644 --- a/sys/netatm/spans/spans_util.c +++ b/sys/netatm/spans/spans_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: spans_util.c,v 1.1 1998/09/15 08:23:04 phk Exp $ + * @(#) $Id: spans_util.c,v 1.2 1998/09/17 09:35:01 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: spans_util.c,v 1.1 1998/09/15 08:23:04 phk Exp $"; +static char *RCSid = "@(#) $Id: spans_util.c,v 1.2 1998/09/17 09:35:01 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/spans/spans_var.h b/sys/netatm/spans/spans_var.h index 8f9ac8a31b56e..9dcf2a6cac66f 100644 --- a/sys/netatm/spans/spans_var.h +++ b/sys/netatm/spans/spans_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: spans_var.h,v 1.7 1998/04/09 14:24:18 johnc Exp $ + * @(#) $Id: spans_var.h,v 1.1 1998/09/15 08:23:04 phk Exp $ * */ diff --git a/sys/netatm/spans/spans_xdr.x b/sys/netatm/spans/spans_xdr.x index 7e53f5371c024..ee8754130dfce 100644 --- a/sys/netatm/spans/spans_xdr.x +++ b/sys/netatm/spans/spans_xdr.x @@ -23,7 +23,7 @@ % * Copies of this Software may be made, however, the above copyright % * notice must be reproduced on all copies. % * -% * @(#) $Id: spans_xdr.x,v 1.4 1997/05/06 22:17:36 mks Exp $ +% * @(#) $Id: spans_xdr.x,v 1.1 1998/09/15 08:23:04 phk Exp $ % * % */ % @@ -61,7 +61,7 @@ % */ % %#ifndef lint -%static char *RCSid = "@(#) $Id: spans_xdr.x,v 1.4 1997/05/06 22:17:36 mks Exp $"; +%static char *RCSid = "@(#) $Id: spans_xdr.x,v 1.1 1998/09/15 08:23:04 phk Exp $"; %#endif % #endif diff --git a/sys/netatm/uni/Makefile b/sys/netatm/uni/Makefile index 5b769b4f0a0bc..bd0385bcf5094 100644 --- a/sys/netatm/uni/Makefile +++ b/sys/netatm/uni/Makefile @@ -23,7 +23,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $Id: Makefile,v 1.6 1998/08/26 23:29:17 mks Exp $ +# @(#) $Id: Makefile,v 1.1 1998/09/15 08:23:04 phk Exp $ # # diff --git a/sys/netatm/uni/q2110_sigaa.c b/sys/netatm/uni/q2110_sigaa.c index 357df710c2948..c5ef9fa61429c 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: q2110_sigaa.c,v 1.6 1998/08/26 23:29:18 mks Exp $"; +static char *RCSid = "@(#) $Id: q2110_sigaa.c,v 1.1 1998/09/15 08:23:05 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/q2110_sigcpcs.c b/sys/netatm/uni/q2110_sigcpcs.c index 0fa5555a7ce9a..2fe270d24c89d 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: q2110_sigcpcs.c,v 1.7 1998/08/26 23:29:18 mks Exp $"; +static char *RCSid = "@(#) $Id: q2110_sigcpcs.c,v 1.1 1998/09/15 08:23:05 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/q2110_subr.c b/sys/netatm/uni/q2110_subr.c index 4c6036b8de2b2..e80b9015e53e0 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: q2110_subr.c,v 1.1 1998/04/07 23:15:20 mks Exp $"; +static char *RCSid = "@(#) $Id: q2110_subr.c,v 1.1 1998/09/15 08:23:05 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/qsaal1_sigaa.c b/sys/netatm/uni/qsaal1_sigaa.c index f3b00973f1e07..f04847ac6af61 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: qsaal1_sigaa.c,v 1.7 1998/08/26 23:29:18 mks Exp $"; +static char *RCSid = "@(#) $Id: qsaal1_sigaa.c,v 1.1 1998/09/15 08:23:05 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/qsaal1_sigcpcs.c b/sys/netatm/uni/qsaal1_sigcpcs.c index 1d6216555bb03..1305d29209757 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: qsaal1_sigcpcs.c,v 1.7 1998/04/07 23:21:03 mks Exp $"; +static char *RCSid = "@(#) $Id: qsaal1_sigcpcs.c,v 1.1 1998/09/15 08:23:05 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/qsaal1_subr.c b/sys/netatm/uni/qsaal1_subr.c index ed4b43cb3758d..857844344da9e 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: qsaal1_subr.c,v 1.6 1998/04/07 23:21:17 mks Exp $"; +static char *RCSid = "@(#) $Id: qsaal1_subr.c,v 1.1 1998/09/15 08:23:06 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/sscf_uni.c b/sys/netatm/uni/sscf_uni.c index 05825808c52cf..502c66f0e9c21 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: sscf_uni.c,v 1.1 1998/09/15 08:23:06 phk Exp $"; +static char *RCSid = "@(#) $Id: sscf_uni.c,v 1.2 1998/09/17 09:35:01 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/sscf_uni.h b/sys/netatm/uni/sscf_uni.h index cf244462d5039..35569d7ebef96 100644 --- a/sys/netatm/uni/sscf_uni.h +++ b/sys/netatm/uni/sscf_uni.h @@ -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.h,v 1.2 1997/05/06 22:19:34 mks Exp $ + * @(#) $Id: sscf_uni.h,v 1.1 1998/09/15 08:23:06 phk Exp $ * */ diff --git a/sys/netatm/uni/sscf_uni_lower.c b/sys/netatm/uni/sscf_uni_lower.c index 9639d96fa32fa..10aaa7ee4493e 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: sscf_uni_lower.c,v 1.1 1998/09/15 08:23:06 phk Exp $"; +static char *RCSid = "@(#) $Id: sscf_uni_lower.c,v 1.2 1998/09/17 09:35:01 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/sscf_uni_upper.c b/sys/netatm/uni/sscf_uni_upper.c index a979260ac0b38..53fc81115676b 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: sscf_uni_upper.c,v 1.1 1998/09/15 08:23:06 phk Exp $"; +static char *RCSid = "@(#) $Id: sscf_uni_upper.c,v 1.2 1998/09/17 09:35:01 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/sscf_uni_var.h b/sys/netatm/uni/sscf_uni_var.h index ffed7ded64478..485e5ae7cae81 100644 --- a/sys/netatm/uni/sscf_uni_var.h +++ b/sys/netatm/uni/sscf_uni_var.h @@ -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_var.h,v 1.5 1998/02/19 20:22:05 mks Exp $ + * @(#) $Id: sscf_uni_var.h,v 1.1 1998/09/15 08:23:06 phk Exp $ * */ diff --git a/sys/netatm/uni/sscop.c b/sys/netatm/uni/sscop.c index d4a2dfb07085d..153665857535c 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: sscop.c,v 1.1 1998/09/15 08:23:06 phk Exp $"; +static char *RCSid = "@(#) $Id: sscop.c,v 1.2 1998/09/17 09:35:01 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/sscop.h b/sys/netatm/uni/sscop.h index 2f786b3be8fdd..1c551f3c49104 100644 --- a/sys/netatm/uni/sscop.h +++ b/sys/netatm/uni/sscop.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: sscop.h,v 1.4 1998/08/26 23:29:19 mks Exp $ + * @(#) $Id: sscop.h,v 1.1 1998/09/15 08:23:07 phk Exp $ * */ diff --git a/sys/netatm/uni/sscop_lower.c b/sys/netatm/uni/sscop_lower.c index 536ed0386dd3e..d91dd509627fb 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: sscop_lower.c,v 1.1 1998/09/15 08:23:07 phk Exp $"; +static char *RCSid = "@(#) $Id: sscop_lower.c,v 1.2 1998/09/17 09:35:01 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/sscop_misc.h b/sys/netatm/uni/sscop_misc.h index 4348cef90015a..4123fea558d01 100644 --- a/sys/netatm/uni/sscop_misc.h +++ b/sys/netatm/uni/sscop_misc.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: sscop_misc.h,v 1.4 1998/08/26 23:29:19 mks Exp $ + * @(#) $Id: sscop_misc.h,v 1.1 1998/09/15 08:23:07 phk Exp $ * */ diff --git a/sys/netatm/uni/sscop_pdu.c b/sys/netatm/uni/sscop_pdu.c index b9aec03400097..7266d0b726def 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: sscop_pdu.c,v 1.6 1998/04/07 23:21:36 mks Exp $"; +static char *RCSid = "@(#) $Id: sscop_pdu.c,v 1.1 1998/09/15 08:23:07 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/sscop_pdu.h b/sys/netatm/uni/sscop_pdu.h index 387a6028606c4..56a2944692767 100644 --- a/sys/netatm/uni/sscop_pdu.h +++ b/sys/netatm/uni/sscop_pdu.h @@ -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.h,v 1.3 1997/05/06 22:20:15 mks Exp $ + * @(#) $Id: sscop_pdu.h,v 1.1 1998/09/15 08:23:07 phk Exp $ * */ diff --git a/sys/netatm/uni/sscop_sigaa.c b/sys/netatm/uni/sscop_sigaa.c index 8f347ce5ebe1e..ba2acf579b12a 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: sscop_sigaa.c,v 1.1 1998/04/07 23:15:11 mks Exp $"; +static char *RCSid = "@(#) $Id: sscop_sigaa.c,v 1.1 1998/09/15 08:23:07 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/sscop_sigcpcs.c b/sys/netatm/uni/sscop_sigcpcs.c index a9bf504d99c48..fce134184a4f3 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: sscop_sigcpcs.c,v 1.2 1998/07/24 20:18:09 mks Exp $"; +static char *RCSid = "@(#) $Id: sscop_sigcpcs.c,v 1.1 1998/09/15 08:23:08 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/sscop_subr.c b/sys/netatm/uni/sscop_subr.c index 88656adb098ec..16f33bddc93d8 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: sscop_subr.c,v 1.1 1998/09/15 08:23:08 phk Exp $"; +static char *RCSid = "@(#) $Id: sscop_subr.c,v 1.2 1998/09/17 09:35:01 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/sscop_timer.c b/sys/netatm/uni/sscop_timer.c index c66525b9f08e2..145ce53bdb9ac 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: sscop_timer.c,v 1.1 1998/09/15 08:23:08 phk Exp $"; +static char *RCSid = "@(#) $Id: sscop_timer.c,v 1.2 1998/09/17 09:35:01 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/sscop_upper.c b/sys/netatm/uni/sscop_upper.c index 162b48cbd1ac3..8235a0e25a989 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: sscop_upper.c,v 1.1 1998/09/15 08:23:08 phk Exp $"; +static char *RCSid = "@(#) $Id: sscop_upper.c,v 1.2 1998/09/17 09:35:01 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/sscop_var.h b/sys/netatm/uni/sscop_var.h index 9a739d39090ca..cc5e8db202119 100644 --- a/sys/netatm/uni/sscop_var.h +++ b/sys/netatm/uni/sscop_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: sscop_var.h,v 1.6 1998/04/07 23:21:57 mks Exp $ + * @(#) $Id: sscop_var.h,v 1.1 1998/09/15 08:23:08 phk Exp $ * */ diff --git a/sys/netatm/uni/uni.h b/sys/netatm/uni/uni.h index 700e859ca6848..277c25190bf85 100644 --- a/sys/netatm/uni/uni.h +++ b/sys/netatm/uni/uni.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: uni.h,v 1.2 1997/05/06 22:20:39 mks Exp $ + * @(#) $Id: uni.h,v 1.1 1998/09/15 08:23:09 phk Exp $ * */ diff --git a/sys/netatm/uni/uni_load.c b/sys/netatm/uni/uni_load.c index 23e7ff586bdb8..42122f870ba42 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: uni_load.c,v 1.6 1997/05/06 22:20:43 mks Exp $"; +static char *RCSid = "@(#) $Id: uni_load.c,v 1.1 1998/09/15 08:23:09 phk Exp $"; #endif #ifndef ATM_UNI_MODULE diff --git a/sys/netatm/uni/uniarp.c b/sys/netatm/uni/uniarp.c index e0448a8a8c11c..9c3bb4c3f7d52 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: uniarp.c,v 1.1 1998/09/15 08:23:09 phk Exp $"; +static char *RCSid = "@(#) $Id: uniarp.c,v 1.2 1998/09/17 09:35:01 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/uniarp_cache.c b/sys/netatm/uni/uniarp_cache.c index 6c9537e722c67..2bb47638881c0 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: uniarp_cache.c,v 1.8 1998/08/26 23:29:20 mks Exp $"; +static char *RCSid = "@(#) $Id: uniarp_cache.c,v 1.1 1998/09/15 08:23:09 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/uniarp_input.c b/sys/netatm/uni/uniarp_input.c index cceeaa92c87f7..c92bd1a4b6ff6 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: uniarp_input.c,v 1.10 1998/07/13 00:04:32 mks Exp $"; +static char *RCSid = "@(#) $Id: uniarp_input.c,v 1.1 1998/09/15 08:23:09 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/uniarp_output.c b/sys/netatm/uni/uniarp_output.c index 81fab93219c74..382e3c983bb40 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: uniarp_output.c,v 1.7 1998/06/29 22:15:41 mks Exp $"; +static char *RCSid = "@(#) $Id: uniarp_output.c,v 1.1 1998/09/15 08:23:09 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/uniarp_timer.c b/sys/netatm/uni/uniarp_timer.c index 1f002023e5449..a812fd880f338 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: uniarp_timer.c,v 1.8 1998/06/29 22:44:31 mks Exp $"; +static char *RCSid = "@(#) $Id: uniarp_timer.c,v 1.1 1998/09/15 08:23:10 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/uniarp_vcm.c b/sys/netatm/uni/uniarp_vcm.c index 338d2b50264b3..301564e6f230c 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: uniarp_vcm.c,v 1.1 1998/09/15 08:23:10 phk Exp $"; +static char *RCSid = "@(#) $Id: uniarp_vcm.c,v 1.2 1998/09/17 09:35:02 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/uniip.c b/sys/netatm/uni/uniip.c index 0039585146713..741a918bce4f6 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: uniip.c,v 1.6 1998/05/18 19:18:42 mks Exp $"; +static char *RCSid = "@(#) $Id: uniip.c,v 1.1 1998/09/15 08:23:10 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/uniip_var.h b/sys/netatm/uni/uniip_var.h index ea1eb8c98cd3d..ca7bf801bb4d8 100644 --- a/sys/netatm/uni/uniip_var.h +++ b/sys/netatm/uni/uniip_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: uniip_var.h,v 1.9 1998/07/13 00:00:39 mks Exp $ + * @(#) $Id: uniip_var.h,v 1.1 1998/09/15 08:23:10 phk Exp $ * */ diff --git a/sys/netatm/uni/unisig.h b/sys/netatm/uni/unisig.h index b69714d2c25ae..4c0a3840d2078 100644 --- a/sys/netatm/uni/unisig.h +++ b/sys/netatm/uni/unisig.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: unisig.h,v 1.2 1997/05/06 22:21:33 mks Exp $ + * @(#) $Id: unisig.h,v 1.1 1998/09/15 08:23:10 phk Exp $ * */ diff --git a/sys/netatm/uni/unisig_decode.c b/sys/netatm/uni/unisig_decode.c index d7d3cd4be92c8..efcd9ba876bfb 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: unisig_decode.c,v 1.1 1998/09/15 08:23:10 phk Exp $"; +static char *RCSid = "@(#) $Id: unisig_decode.c,v 1.2 1998/09/17 09:35:02 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/unisig_decode.h b/sys/netatm/uni/unisig_decode.h index dbd184aedee96..261477a62ee95 100644 --- a/sys/netatm/uni/unisig_decode.h +++ b/sys/netatm/uni/unisig_decode.h @@ -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.h,v 1.5 1998/08/26 23:29:21 mks Exp $ + * @(#) $Id: unisig_decode.h,v 1.1 1998/09/15 08:23:10 phk Exp $ * */ diff --git a/sys/netatm/uni/unisig_encode.c b/sys/netatm/uni/unisig_encode.c index a142a33e43ab4..7a2585666d957 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: unisig_encode.c,v 1.1 1998/09/15 08:23:11 phk Exp $"; +static char *RCSid = "@(#) $Id: unisig_encode.c,v 1.2 1998/09/17 09:35:02 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/unisig_if.c b/sys/netatm/uni/unisig_if.c index e52f650a35365..61ef1c8518959 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: unisig_if.c,v 1.1 1998/09/15 08:23:11 phk Exp $"; +static char *RCSid = "@(#) $Id: unisig_if.c,v 1.2 1998/09/17 09:35:02 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/unisig_mbuf.c b/sys/netatm/uni/unisig_mbuf.c index c64ee9a85fac7..bd5cf33a9281b 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: unisig_mbuf.c,v 1.1 1998/09/15 08:23:11 phk Exp $"; +static char *RCSid = "@(#) $Id: unisig_mbuf.c,v 1.2 1998/09/17 09:35:02 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/unisig_mbuf.h b/sys/netatm/uni/unisig_mbuf.h index f394047eeb35a..96baab42b0778 100644 --- a/sys/netatm/uni/unisig_mbuf.h +++ b/sys/netatm/uni/unisig_mbuf.h @@ -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.h,v 1.5 1998/08/26 23:29:22 mks Exp $ + * @(#) $Id: unisig_mbuf.h,v 1.1 1998/09/15 08:23:11 phk Exp $ * */ diff --git a/sys/netatm/uni/unisig_msg.c b/sys/netatm/uni/unisig_msg.c index 4e61cf48571d8..dda83dc864e93 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: unisig_msg.c,v 1.1 1998/09/15 08:23:11 phk Exp $"; +static char *RCSid = "@(#) $Id: unisig_msg.c,v 1.2 1998/09/17 09:35:02 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/unisig_msg.h b/sys/netatm/uni/unisig_msg.h index 4be0144886372..482edf165bbf2 100644 --- a/sys/netatm/uni/unisig_msg.h +++ b/sys/netatm/uni/unisig_msg.h @@ -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.h,v 1.8 1998/08/26 23:29:23 mks Exp $ + * @(#) $Id: unisig_msg.h,v 1.1 1998/09/15 08:23:11 phk Exp $ * */ diff --git a/sys/netatm/uni/unisig_print.c b/sys/netatm/uni/unisig_print.c index f335ce45a7b37..62c797871cd09 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: unisig_print.c,v 1.9 1998/08/26 23:29:23 mks Exp $"; +static char *RCSid = "@(#) $Id: unisig_print.c,v 1.1 1998/09/15 08:23:12 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/unisig_print.h b/sys/netatm/uni/unisig_print.h index 5e906c8284a7f..90d16f45a14cf 100644 --- a/sys/netatm/uni/unisig_print.h +++ b/sys/netatm/uni/unisig_print.h @@ -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.h,v 1.2 1997/05/06 22:22:27 mks Exp $ + * @(#) $Id: unisig_print.h,v 1.1 1998/09/15 08:23:12 phk Exp $ * */ diff --git a/sys/netatm/uni/unisig_proto.c b/sys/netatm/uni/unisig_proto.c index bbad9e64ff858..16fa8cd2a67a5 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: unisig_proto.c,v 1.1 1998/09/15 08:23:12 phk Exp $"; +static char *RCSid = "@(#) $Id: unisig_proto.c,v 1.2 1998/09/17 09:35:02 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/unisig_sigmgr_state.c b/sys/netatm/uni/unisig_sigmgr_state.c index 0439d1c758883..02953a417c790 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: unisig_sigmgr_state.c,v 1.1 1998/09/15 08:23:12 phk Exp $"; +static char *RCSid = "@(#) $Id: unisig_sigmgr_state.c,v 1.2 1998/09/17 09:35:02 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/unisig_subr.c b/sys/netatm/uni/unisig_subr.c index 52326bc2bc460..bd31bbe6c4332 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: unisig_subr.c,v 1.1 1998/09/15 08:23:12 phk Exp $"; +static char *RCSid = "@(#) $Id: unisig_subr.c,v 1.2 1998/09/17 09:35:02 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/unisig_util.c b/sys/netatm/uni/unisig_util.c index d7a64f6b17e5d..dbdec8c1854db 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: unisig_util.c,v 1.1 1998/09/15 08:23:13 phk Exp $"; +static char *RCSid = "@(#) $Id: unisig_util.c,v 1.2 1998/09/17 09:35:02 phk Exp $"; #endif #include <netatm/kern_include.h> diff --git a/sys/netatm/uni/unisig_var.h b/sys/netatm/uni/unisig_var.h index 1e3d01a7748bb..3d5a816d00992 100644 --- a/sys/netatm/uni/unisig_var.h +++ b/sys/netatm/uni/unisig_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: unisig_var.h,v 1.12 1998/07/24 20:24:34 mks Exp $ + * @(#) $Id: unisig_var.h,v 1.1 1998/09/15 08:23:13 phk Exp $ * */ diff --git a/sys/netatm/uni/unisig_vc_state.c b/sys/netatm/uni/unisig_vc_state.c index e52515d3d798a..c51786b57e72d 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 $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: unisig_vc_state.c,v 1.1 1998/09/15 08:23:13 phk Exp $"; +static char *RCSid = "@(#) $Id: unisig_vc_state.c,v 1.2 1998/09/17 09:35:02 phk Exp $"; #endif #include <netatm/kern_include.h> |