diff --git a/dist/dhcp/dst/base64.c b/dist/dhcp/dst/base64.c index 9d632dd20320..641cd23fbce6 100644 --- a/dist/dhcp/dst/base64.c +++ b/dist/dhcp/dst/base64.c @@ -41,7 +41,9 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: base64.c,v 1.1.1.1 2001/08/03 11:35:34 drochner Exp $"; +#if 0 +static const char rcsid[] = "$Id: base64.c,v 1.2 2002/06/15 01:32:13 matt Exp $"; +#endif #endif /* not lint */ #include diff --git a/dist/dhcp/dst/dst_api.c b/dist/dhcp/dst/dst_api.c index bf9c89e1a1e1..4e7eabaa0515 100644 --- a/dist/dhcp/dst/dst_api.c +++ b/dist/dhcp/dst/dst_api.c @@ -1,5 +1,7 @@ #ifndef LINT -static const char rcsid[] = "$Header: /cvsroot/src/dist/dhcp/dst/Attic/dst_api.c,v 1.1.1.1 2001/08/03 11:35:34 drochner Exp $"; +#if 0 +static const char rcsid[] = "$Header: /cvsroot/src/dist/dhcp/dst/Attic/dst_api.c,v 1.2 2002/06/15 01:32:13 matt Exp $"; +#endif #endif /* diff --git a/dist/dhcp/dst/dst_support.c b/dist/dhcp/dst/dst_support.c index db29bc5945fa..b321b1942674 100644 --- a/dist/dhcp/dst/dst_support.c +++ b/dist/dhcp/dst/dst_support.c @@ -1,4 +1,6 @@ -static const char rcsid[] = "$Header: /cvsroot/src/dist/dhcp/dst/Attic/dst_support.c,v 1.1.1.1 2001/08/03 11:35:34 drochner Exp $"; +#if 0 +static const char rcsid[] = "$Header: /cvsroot/src/dist/dhcp/dst/Attic/dst_support.c,v 1.2 2002/06/15 01:32:13 matt Exp $"; +#endif /* diff --git a/dist/dhcp/dst/hmac_link.c b/dist/dhcp/dst/hmac_link.c index b628f5d0a789..8fccd6649253 100644 --- a/dist/dhcp/dst/hmac_link.c +++ b/dist/dhcp/dst/hmac_link.c @@ -1,6 +1,8 @@ #ifdef HMAC_MD5 -#ifndef LINT -static const char rcsid[] = "$Header: /cvsroot/src/dist/dhcp/dst/Attic/hmac_link.c,v 1.1.1.1 2001/08/03 11:35:34 drochner Exp $"; +#if !defined(LINT) +#if 0 +static const char rcsid[] = "$Header: /cvsroot/src/dist/dhcp/dst/Attic/hmac_link.c,v 1.2 2002/06/15 01:32:13 matt Exp $"; +#endif #endif /* * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc. diff --git a/dist/dhcp/dst/prandom.c b/dist/dhcp/dst/prandom.c index f99b58b95640..634a883d033d 100644 --- a/dist/dhcp/dst/prandom.c +++ b/dist/dhcp/dst/prandom.c @@ -1,5 +1,7 @@ #ifndef LINT -static const char rcsid[] = "$Header: /cvsroot/src/dist/dhcp/dst/Attic/prandom.c,v 1.2 2002/06/10 00:30:35 itojun Exp $"; +#if 0 +static const char rcsid[] = "$Header: /cvsroot/src/dist/dhcp/dst/Attic/prandom.c,v 1.3 2002/06/15 01:32:13 matt Exp $"; +#endif #endif /* * Portions Copyright (c) 1995-1998 by Trusted Information Systems, Inc.