If rcsid away since gcc3 doesn't like unreferenced static vars. Also we

do that for other stuff like tcpdump.
This commit is contained in:
matt 2002-06-15 01:32:13 +00:00
parent b8282a1148
commit 1a1ebdfac1
5 changed files with 16 additions and 6 deletions

View File

@ -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 <sys/types.h>

View File

@ -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
/*

View File

@ -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
/*

View File

@ -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.

View File

@ -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.