=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Attic/bm.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/include/Attic/bm.h 2003/06/02 19:34:12 1.4 --- src/include/Attic/bm.h 2003/06/26 18:35:13 1.5 *************** *** 1,4 **** ! /* $OpenBSD: bm.h,v 1.4 2003/06/02 19:34:12 millert Exp $ */ /* $NetBSD: bm.h,v 1.3 1994/10/26 00:55:46 cgd Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: bm.h,v 1.5 2003/06/26 18:35:13 avsm Exp $ */ /* $NetBSD: bm.h,v 1.3 1994/10/26 00:55:46 cgd Exp $ */ /*- *************** *** 51,57 **** __BEGIN_DECLS bm_pat *bm_comp(u_char const *, size_t, u_char const *); ! u_char *bm_exec(bm_pat *, u_char *, size_t); void bm_free(bm_pat *); __END_DECLS --- 51,58 ---- __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))); void bm_free(bm_pat *); __END_DECLS