diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
| commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
| tree | f979656ed109e888baec4c361944b615bc0f7d2c /usr.sbin/atm/scspd | |
| parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) | |
Diffstat (limited to 'usr.sbin/atm/scspd')
| -rw-r--r-- | usr.sbin/atm/scspd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_cafsm.c | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_config.c | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_config_lex.c | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_config_parse.y | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_hfsm.c | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_if.c | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_if.h | 2 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_input.c | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_log.c | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_msg.c | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_msg.h | 2 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_output.c | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_print.c | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_socket.c | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_subr.c | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_timer.c | 4 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scsp_var.h | 2 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scspd.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/atm/scspd/scspd.c | 4 |
20 files changed, 35 insertions, 35 deletions
diff --git a/usr.sbin/atm/scspd/Makefile b/usr.sbin/atm/scspd/Makefile index ce36b5a7fe05..ea8d405201f9 100644 --- a/usr.sbin/atm/scspd/Makefile +++ b/usr.sbin/atm/scspd/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.4 1998/09/15 19:01:46 jkh Exp $ +# @(#) $Id: Makefile,v 1.5 1998/09/17 09:34:58 phk Exp $ # # diff --git a/usr.sbin/atm/scspd/scsp_cafsm.c b/usr.sbin/atm/scspd/scsp_cafsm.c index b9d2b512ca9e..d27082f8616b 100644 --- a/usr.sbin/atm/scspd/scsp_cafsm.c +++ b/usr.sbin/atm/scspd/scsp_cafsm.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_cafsm.c,v 1.7 1998/08/21 18:08:23 johnc Exp $ + * @(#) $Id: scsp_cafsm.c,v 1.1 1998/09/15 08:23:15 phk Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_cafsm.c,v 1.7 1998/08/21 18:08:23 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_cafsm.c,v 1.1 1998/09/15 08:23:15 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_config.c b/usr.sbin/atm/scspd/scsp_config.c index 99eca7af628a..8f3857c46399 100644 --- a/usr.sbin/atm/scspd/scsp_config.c +++ b/usr.sbin/atm/scspd/scsp_config.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_config.c,v 1.3 1998/08/13 20:11:14 johnc Exp $ + * @(#) $Id: scsp_config.c,v 1.1 1998/09/15 08:23:15 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_config.c,v 1.3 1998/08/13 20:11:14 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_config.c,v 1.1 1998/09/15 08:23:15 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_config_lex.c b/usr.sbin/atm/scspd/scsp_config_lex.c index 7b77ae6f1eea..809832d9ba8b 100644 --- a/usr.sbin/atm/scspd/scsp_config_lex.c +++ b/usr.sbin/atm/scspd/scsp_config_lex.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_config_lex.c,v 1.3 1998/08/13 20:11:14 johnc Exp $ + * @(#) $Id: scsp_config_lex.c,v 1.1 1998/09/15 08:23:16 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_config_lex.c,v 1.3 1998/08/13 20:11:14 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_config_lex.c,v 1.1 1998/09/15 08:23:16 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_config_parse.y b/usr.sbin/atm/scspd/scsp_config_parse.y index 4c02de284471..a9674892837f 100644 --- a/usr.sbin/atm/scspd/scsp_config_parse.y +++ b/usr.sbin/atm/scspd/scsp_config_parse.y @@ -24,7 +24,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_config_parse.y,v 1.2 1998/07/24 17:12:14 johnc Exp $ + * @(#) $Id: scsp_config_parse.y,v 1.1 1998/09/15 08:23:16 phk Exp $ * */ @@ -39,7 +39,7 @@ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_config_parse.y,v 1.2 1998/07/24 17:12:14 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_config_parse.y,v 1.1 1998/09/15 08:23:16 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_hfsm.c b/usr.sbin/atm/scspd/scsp_hfsm.c index 29538048da90..e210348e2e40 100644 --- a/usr.sbin/atm/scspd/scsp_hfsm.c +++ b/usr.sbin/atm/scspd/scsp_hfsm.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_hfsm.c,v 1.4 1998/07/16 15:59:25 johnc Exp $ + * @(#) $Id: scsp_hfsm.c,v 1.1 1998/09/15 08:23:16 phk Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_hfsm.c,v 1.4 1998/07/16 15:59:25 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_hfsm.c,v 1.1 1998/09/15 08:23:16 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_if.c b/usr.sbin/atm/scspd/scsp_if.c index 19309908e513..5567618b0fce 100644 --- a/usr.sbin/atm/scspd/scsp_if.c +++ b/usr.sbin/atm/scspd/scsp_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: scsp_if.c,v 1.5 1998/08/13 20:11:14 johnc Exp $ + * @(#) $Id: scsp_if.c,v 1.1 1998/09/15 08:23:16 phk Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_if.c,v 1.5 1998/08/13 20:11:14 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_if.c,v 1.1 1998/09/15 08:23:16 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_if.h b/usr.sbin/atm/scspd/scsp_if.h index dde3407ef09b..40aae383607c 100644 --- a/usr.sbin/atm/scspd/scsp_if.h +++ b/usr.sbin/atm/scspd/scsp_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: scsp_if.h,v 1.2 1998/07/16 15:59:33 johnc Exp $ + * @(#) $Id: scsp_if.h,v 1.1 1998/09/15 08:23:16 phk Exp $ * */ diff --git a/usr.sbin/atm/scspd/scsp_input.c b/usr.sbin/atm/scspd/scsp_input.c index 21d0a073bed8..23457bab250b 100644 --- a/usr.sbin/atm/scspd/scsp_input.c +++ b/usr.sbin/atm/scspd/scsp_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: scsp_input.c,v 1.3 1998/08/13 20:11:15 johnc Exp $ + * @(#) $Id: scsp_input.c,v 1.1 1998/09/15 08:23:16 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_input.c,v 1.3 1998/08/13 20:11:15 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_input.c,v 1.1 1998/09/15 08:23:16 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_log.c b/usr.sbin/atm/scspd/scsp_log.c index 9088078af33b..2c5cbdab8791 100644 --- a/usr.sbin/atm/scspd/scsp_log.c +++ b/usr.sbin/atm/scspd/scsp_log.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scsp_log.c,v 1.2 1998/07/12 20:49:36 johnc Exp $ + * @(#) $Id: scsp_log.c,v 1.1 1998/09/15 08:23:16 phk Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_log.c,v 1.2 1998/07/12 20:49:36 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_log.c,v 1.1 1998/09/15 08:23:16 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_msg.c b/usr.sbin/atm/scspd/scsp_msg.c index bed2918522e9..b4a8e29a0c69 100644 --- a/usr.sbin/atm/scspd/scsp_msg.c +++ b/usr.sbin/atm/scspd/scsp_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: scsp_msg.c,v 1.6 1998/08/21 18:08:24 johnc Exp $ + * @(#) $Id: scsp_msg.c,v 1.1 1998/09/15 08:23:16 phk Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_msg.c,v 1.6 1998/08/21 18:08:24 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_msg.c,v 1.1 1998/09/15 08:23:16 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_msg.h b/usr.sbin/atm/scspd/scsp_msg.h index 3ee3bf59a522..b1986927f00d 100644 --- a/usr.sbin/atm/scspd/scsp_msg.h +++ b/usr.sbin/atm/scspd/scsp_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: scsp_msg.h,v 1.1 1998/07/10 15:29:02 johnc Exp $ + * @(#) $Id: scsp_msg.h,v 1.1 1998/09/15 08:23:17 phk Exp $ * */ diff --git a/usr.sbin/atm/scspd/scsp_output.c b/usr.sbin/atm/scspd/scsp_output.c index 10ee4930e635..0c955bb66ff1 100644 --- a/usr.sbin/atm/scspd/scsp_output.c +++ b/usr.sbin/atm/scspd/scsp_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: scsp_output.c,v 1.2 1998/07/12 20:49:45 johnc Exp $ + * @(#) $Id: scsp_output.c,v 1.1 1998/09/15 08:23:17 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_output.c,v 1.2 1998/07/12 20:49:45 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_output.c,v 1.1 1998/09/15 08:23:17 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_print.c b/usr.sbin/atm/scspd/scsp_print.c index 46550772cf44..46c4b65e73a6 100644 --- a/usr.sbin/atm/scspd/scsp_print.c +++ b/usr.sbin/atm/scspd/scsp_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: scsp_print.c,v 1.5 1998/08/13 20:11:16 johnc Exp $ + * @(#) $Id: scsp_print.c,v 1.1 1998/09/15 08:23:17 phk Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_print.c,v 1.5 1998/08/13 20:11:16 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_print.c,v 1.1 1998/09/15 08:23:17 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_socket.c b/usr.sbin/atm/scspd/scsp_socket.c index 83f41cd5f75a..96abfd5542e1 100644 --- a/usr.sbin/atm/scspd/scsp_socket.c +++ b/usr.sbin/atm/scspd/scsp_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: scsp_socket.c,v 1.6 1998/08/21 18:08:24 johnc Exp $ + * @(#) $Id: scsp_socket.c,v 1.1 1998/09/15 08:23:17 phk Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_socket.c,v 1.6 1998/08/21 18:08:24 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_socket.c,v 1.1 1998/09/15 08:23:17 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_subr.c b/usr.sbin/atm/scspd/scsp_subr.c index c14195bd4a0e..e57090fee47b 100644 --- a/usr.sbin/atm/scspd/scsp_subr.c +++ b/usr.sbin/atm/scspd/scsp_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: scsp_subr.c,v 1.5 1998/08/13 20:11:16 johnc Exp $ + * @(#) $Id: scsp_subr.c,v 1.1 1998/09/15 08:23:17 phk Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_subr.c,v 1.5 1998/08/13 20:11:16 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_subr.c,v 1.1 1998/09/15 08:23:17 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_timer.c b/usr.sbin/atm/scspd/scsp_timer.c index 0ec6169dade4..426c170d641d 100644 --- a/usr.sbin/atm/scspd/scsp_timer.c +++ b/usr.sbin/atm/scspd/scsp_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: scsp_timer.c,v 1.2 1998/07/16 15:59:50 johnc Exp $ + * @(#) $Id: scsp_timer.c,v 1.1 1998/09/15 08:23:17 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: scsp_timer.c,v 1.2 1998/07/16 15:59:50 johnc Exp $"; +static char *RCSid = "@(#) $Id: scsp_timer.c,v 1.1 1998/09/15 08:23:17 phk Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/atm/scspd/scsp_var.h b/usr.sbin/atm/scspd/scsp_var.h index ba383d5fc0d1..247624588b02 100644 --- a/usr.sbin/atm/scspd/scsp_var.h +++ b/usr.sbin/atm/scspd/scsp_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: scsp_var.h,v 1.5 1998/08/13 20:11:17 johnc Exp $ + * @(#) $Id: scsp_var.h,v 1.1 1998/09/15 08:23:17 phk Exp $ * */ diff --git a/usr.sbin/atm/scspd/scspd.8 b/usr.sbin/atm/scspd/scspd.8 index 1a9b0ab0beb0..a9b2c44ee678 100644 --- a/usr.sbin/atm/scspd/scspd.8 +++ b/usr.sbin/atm/scspd/scspd.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" @(#) $Id: scspd.1,v 1.2 1998/08/26 21:39:38 johnc Exp $ +.\" @(#) $Id: scspd.8,v 1.1 1998/09/15 08:23:17 phk Exp $ .\" .\" .de EX \"Begin example diff --git a/usr.sbin/atm/scspd/scspd.c b/usr.sbin/atm/scspd/scspd.c index 74fe868addb8..40d7046ac21c 100644 --- a/usr.sbin/atm/scspd/scspd.c +++ b/usr.sbin/atm/scspd/scspd.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: scspd.c,v 1.6 1998/08/21 18:08:25 johnc Exp $ + * @(#) $Id: scspd.c,v 1.1 1998/09/15 08:23:17 phk Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $Id: scspd.c,v 1.6 1998/08/21 18:08:25 johnc Exp $"; +static char *RCSid = "@(#) $Id: scspd.c,v 1.1 1998/09/15 08:23:17 phk Exp $"; #endif #include <sys/types.h> |
