summaryrefslogtreecommitdiff
path: root/libexec/bootpd/hash.c
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-01-23 01:35:04 +0000
committerPaul Traina <pst@FreeBSD.org>1996-01-23 01:35:04 +0000
commite08ac58bbe2be2817736b8f4b32c75f8d55359df (patch)
tree145d6ce072fde2eeda7863a006d92fd2c1eec916 /libexec/bootpd/hash.c
parenta270abb407a717b6c38a10d1c996af9ac907f84a (diff)
Notes
Diffstat (limited to 'libexec/bootpd/hash.c')
-rw-r--r--libexec/bootpd/hash.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c
index 2ecda6305a25..9637c9ae85dc 100644
--- a/libexec/bootpd/hash.c
+++ b/libexec/bootpd/hash.c
@@ -20,11 +20,6 @@ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
************************************************************************/
-#ifndef lint
-static char rcsid[] = "$Id: hash.c,v 1.1.1.1 1994/09/10 14:44:55 csgr Exp $";
-#endif
-
-
/*
* Generalized hash table ADT
*