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:
parent
b8282a1148
commit
1a1ebdfac1
4
dist/dhcp/dst/base64.c
vendored
4
dist/dhcp/dst/base64.c
vendored
@ -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>
|
||||
|
4
dist/dhcp/dst/dst_api.c
vendored
4
dist/dhcp/dst/dst_api.c
vendored
@ -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
|
||||
|
||||
/*
|
||||
|
4
dist/dhcp/dst/dst_support.c
vendored
4
dist/dhcp/dst/dst_support.c
vendored
@ -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
|
||||
|
||||
|
||||
/*
|
||||
|
6
dist/dhcp/dst/hmac_link.c
vendored
6
dist/dhcp/dst/hmac_link.c
vendored
@ -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.
|
||||
|
4
dist/dhcp/dst/prandom.c
vendored
4
dist/dhcp/dst/prandom.c
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user