diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-04-04 23:11:25 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-04-04 23:11:25 +0000 |
commit | 42d3eba523963ab015ac451eeea0788b11631c94 (patch) | |
tree | d6eb268f26af23cc29cceb581dd5468a2cfef052 /lib/isc/hash.c | |
parent | 3939884dc90db099f5601bd7c27d39acf7a8c731 (diff) | |
download | src-42d3eba523963ab015ac451eeea0788b11631c94.tar.gz src-42d3eba523963ab015ac451eeea0788b11631c94.zip |
Notes
Diffstat (limited to 'lib/isc/hash.c')
-rw-r--r-- | lib/isc/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isc/hash.c b/lib/isc/hash.c index 44975e7803a2..f1d68c7700f5 100644 --- a/lib/isc/hash.c +++ b/lib/isc/hash.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: hash.c,v 1.16 2009-09-01 00:22:28 jinmei Exp $ */ +/* $Id: hash.c,v 1.16 2009/09/01 00:22:28 jinmei Exp $ */ /*! \file * Some portion of this code was derived from universal hash function |