diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 02:43:11 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-11-30 02:43:11 +0000 |
| commit | 44856387160435985b3d0972db19a60e74ca56cb (patch) | |
| tree | 229e9e7b96508abdb1746797aa00dea2ba694063 /contrib/bind/lib/isc/tree.c | |
| parent | fe6d3fe571a4dd5637c70923fde9268eccde1731 (diff) | |
| parent | 6b6ac9438f352903fe405daefaf6a3c9a2b63093 (diff) | |
Notes
Diffstat (limited to 'contrib/bind/lib/isc/tree.c')
| -rw-r--r-- | contrib/bind/lib/isc/tree.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bind/lib/isc/tree.c b/contrib/bind/lib/isc/tree.c index ce500ec7b41c..90ba146670aa 100644 --- a/contrib/bind/lib/isc/tree.c +++ b/contrib/bind/lib/isc/tree.c @@ -1,5 +1,5 @@ #ifndef LINT -static char RCSid[] = "$Id: tree.c,v 8.6 1997/09/26 17:56:11 halley Exp $"; +static const char rcsid[] = "$Id: tree.c,v 8.9 1999/01/08 19:25:47 vixie Exp $"; #endif /* @@ -22,7 +22,7 @@ static char RCSid[] = "$Id: tree.c,v 8.6 1997/09/26 17:56:11 halley Exp $"; */ /* - * Portions Copyright (c) 1996,1997 by Internet Software Consortium. + * Portions Copyright (c) 1996-1999 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -56,7 +56,7 @@ static char *debugFuncs[256]; # define ENTER(proc) { \ debugFuncs[debugDepth] = proc; \ fprintf(stderr, "ENTER(%d:%s.%s)\n", \ - debugDepth, DEBUG, + debugDepth, DEBUG, \ debugFuncs[debugDepth]); \ debugDepth++; \ } |
