diff options
Diffstat (limited to 'usr.sbin/ypserv/revnetgroup/hash.c')
-rw-r--r-- | usr.sbin/ypserv/revnetgroup/hash.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/ypserv/revnetgroup/hash.c b/usr.sbin/ypserv/revnetgroup/hash.c index 40582a2ba65..1d97d45f55f 100644 --- a/usr.sbin/ypserv/revnetgroup/hash.c +++ b/usr.sbin/ypserv/revnetgroup/hash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hash.c,v 1.6 2006/04/03 05:01:23 deraadt Exp $ */ +/* $OpenBSD: hash.c,v 1.7 2009/10/27 23:59:58 deraadt Exp $ */ /* * Copyright (c) 1995 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -39,10 +39,6 @@ #include <sys/types.h> #include "hash.h" -#ifndef lint -static const char rcsid[] = "$OpenBSD: hash.c,v 1.6 2006/04/03 05:01:23 deraadt Exp $"; -#endif - /* * This hash function is stolen directly from the * Berkeley DB package. It already exists inside libc, but |