diff options
Diffstat (limited to 'contrib/bind/lib/isc/heap.c')
-rw-r--r-- | contrib/bind/lib/isc/heap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bind/lib/isc/heap.c b/contrib/bind/lib/isc/heap.c index 821d323..ba9c503 100644 --- a/contrib/bind/lib/isc/heap.c +++ b/contrib/bind/lib/isc/heap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997 by Internet Software Consortium. + * Copyright (c) 1997,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 @@ -26,7 +26,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static char rcsid[] = "$Id: heap.c,v 8.5 1998/03/27 00:17:47 halley Exp $"; +static const char rcsid[] = "$Id: heap.c,v 8.7 1999/10/13 16:39:34 vixie Exp $"; #endif /* not lint */ #include "port_before.h" |