diff options
Diffstat (limited to 'libexec/bootpd/hash.h')
-rw-r--r-- | libexec/bootpd/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/hash.h b/libexec/bootpd/hash.h index 22cdc04332c2..4ec3f1393d15 100644 --- a/libexec/bootpd/hash.h +++ b/libexec/bootpd/hash.h @@ -25,7 +25,7 @@ SOFTWARE. /* * Generalized hash table ADT - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/hash.h,v 1.3.30.1 2008/10/02 02:57:24 kensmith Exp $ * * Provides multiple, dynamically-allocated, variable-sized hash tables on * various data and keys. |