diff options
Diffstat (limited to 'lib/libatm')
-rw-r--r-- | lib/libatm/Makefile | 2 | ||||
-rw-r--r-- | lib/libatm/atm_addr.c | 4 | ||||
-rw-r--r-- | lib/libatm/cache_key.c | 4 | ||||
-rw-r--r-- | lib/libatm/ioctl_subr.c | 4 | ||||
-rw-r--r-- | lib/libatm/ip_addr.c | 4 | ||||
-rw-r--r-- | lib/libatm/ip_checksum.c | 4 | ||||
-rw-r--r-- | lib/libatm/libatm.h | 2 | ||||
-rw-r--r-- | lib/libatm/timer.c | 4 |
8 files changed, 14 insertions, 14 deletions
diff --git a/lib/libatm/Makefile b/lib/libatm/Makefile index d86f16ee8af9d..f457883506219 100644 --- a/lib/libatm/Makefile +++ b/lib/libatm/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.1 1998/09/15 08:22:33 phk Exp $ +# @(#) $Id: Makefile,v 1.2 1998/10/11 04:41:43 peter Exp $ # # diff --git a/lib/libatm/atm_addr.c b/lib/libatm/atm_addr.c index 032107cf7eefe..38a1d88adfffc 100644 --- a/lib/libatm/atm_addr.c +++ b/lib/libatm/atm_addr.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_addr.c,v 1.1 1998/07/09 21:45:18 johnc Exp $ + * @(#) $Id: atm_addr.c,v 1.1 1998/09/15 08:22:33 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_addr.c,v 1.1 1998/07/09 21:45:18 johnc Exp $"; +static char *RCSid = "@(#) $Id: atm_addr.c,v 1.1 1998/09/15 08:22:33 phk Exp $"; #endif #include <sys/types.h> diff --git a/lib/libatm/cache_key.c b/lib/libatm/cache_key.c index f0d66502e0b30..8899aa704d68c 100644 --- a/lib/libatm/cache_key.c +++ b/lib/libatm/cache_key.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: cache_key.c,v 1.1 1998/07/09 21:45:27 johnc Exp $ + * @(#) $Id: cache_key.c,v 1.1 1998/09/15 08:22:33 phk Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $Id: cache_key.c,v 1.1 1998/07/09 21:45:27 johnc Exp $"; +static char *RCSid = "@(#) $Id: cache_key.c,v 1.1 1998/09/15 08:22:33 phk Exp $"; #endif #include <sys/types.h> diff --git a/lib/libatm/ioctl_subr.c b/lib/libatm/ioctl_subr.c index a77d79fa8e4eb..96a276045ba76 100644 --- a/lib/libatm/ioctl_subr.c +++ b/lib/libatm/ioctl_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: ioctl_subr.c,v 1.2 1998/07/10 17:09:20 root Exp $ + * @(#) $Id: ioctl_subr.c,v 1.1 1998/09/15 08:22:34 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: ioctl_subr.c,v 1.2 1998/07/10 17:09:20 root Exp $"; +static char *RCSid = "@(#) $Id: ioctl_subr.c,v 1.1 1998/09/15 08:22:34 phk Exp $"; #endif #include <sys/types.h> diff --git a/lib/libatm/ip_addr.c b/lib/libatm/ip_addr.c index aee3368ea7b7a..51087d5139e61 100644 --- a/lib/libatm/ip_addr.c +++ b/lib/libatm/ip_addr.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: ip_addr.c,v 1.1 1998/07/09 21:45:42 johnc Exp $ + * @(#) $Id: ip_addr.c,v 1.1 1998/09/15 08:22:34 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: ip_addr.c,v 1.1 1998/07/09 21:45:42 johnc Exp $"; +static char *RCSid = "@(#) $Id: ip_addr.c,v 1.1 1998/09/15 08:22:34 phk Exp $"; #endif #include <sys/types.h> diff --git a/lib/libatm/ip_checksum.c b/lib/libatm/ip_checksum.c index 478f6ca77015c..caff3e64c4b5e 100644 --- a/lib/libatm/ip_checksum.c +++ b/lib/libatm/ip_checksum.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: ip_checksum.c,v 1.4 1998/08/11 18:11:48 johnc Exp $ + * @(#) $Id: ip_checksum.c,v 1.1 1998/09/15 08:22:34 phk Exp $ * */ @@ -38,7 +38,7 @@ #ifndef lint -static char *RCSid = "@(#) $Id: ip_checksum.c,v 1.4 1998/08/11 18:11:48 johnc Exp $"; +static char *RCSid = "@(#) $Id: ip_checksum.c,v 1.1 1998/09/15 08:22:34 phk Exp $"; #endif #include <sys/types.h> diff --git a/lib/libatm/libatm.h b/lib/libatm/libatm.h index 346243195678f..e3848a5533e46 100644 --- a/lib/libatm/libatm.h +++ b/lib/libatm/libatm.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: libatm.h,v 1.5 1998/08/06 16:56:27 johnc Exp $ + * @(#) $Id: libatm.h,v 1.1 1998/09/15 08:22:34 phk Exp $ * */ diff --git a/lib/libatm/timer.c b/lib/libatm/timer.c index fc8b64fe71675..5aac019227ab3 100644 --- a/lib/libatm/timer.c +++ b/lib/libatm/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: timer.c,v 1.4 1998/07/16 15:50:26 johnc Exp $ + * @(#) $Id: timer.c,v 1.1 1998/09/15 08:22:34 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: timer.c,v 1.4 1998/07/16 15:50:26 johnc Exp $"; +static char *RCSid = "@(#) $Id: timer.c,v 1.1 1998/09/15 08:22:34 phk Exp $"; #endif #include <sys/types.h> |