=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Attic/ohash.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/include/Attic/ohash.h 2003/06/26 18:35:13 1.4 +++ src/include/Attic/ohash.h 2003/06/26 19:34:17 1.5 @@ -1,6 +1,6 @@ #ifndef OHASH_H #define OHASH_H -/* $OpenBSD: ohash.h,v 1.4 2003/06/26 18:35:13 avsm Exp $ */ +/* $OpenBSD: ohash.h,v 1.5 2003/06/26 19:34:17 avsm Exp $ */ /* ex:ts=8 sw=4: */ @@ -68,8 +68,7 @@ unsigned int ohash_lookup_interval(struct ohash *, const char *, const char *, u_int32_t); unsigned int ohash_lookup_memory(struct ohash *, const char *, - size_t, u_int32_t) - __attribute__ ((__bounded__(__string__,2,3))); + size_t, u_int32_t); void *ohash_find(struct ohash *, unsigned int); void *ohash_remove(struct ohash *, unsigned int); void *ohash_insert(struct ohash *, unsigned int, void *);