=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Attic/bm.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/include/Attic/bm.h 2003/06/26 18:35:13 1.5 +++ src/include/Attic/bm.h 2003/06/26 19:34:17 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: bm.h,v 1.5 2003/06/26 18:35:13 avsm Exp $ */ +/* $OpenBSD: bm.h,v 1.6 2003/06/26 19:34:17 avsm Exp $ */ /* $NetBSD: bm.h,v 1.3 1994/10/26 00:55:46 cgd Exp $ */ /*- @@ -51,8 +51,7 @@ __BEGIN_DECLS bm_pat *bm_comp(u_char const *, size_t, u_char const *); -u_char *bm_exec(bm_pat *, u_char *, size_t) - __attribute__ ((__bounded__(__string__,2,3))); +u_char *bm_exec(bm_pat *, u_char *, size_t); void bm_free(bm_pat *); __END_DECLS