diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-06-26 19:34:18 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-06-26 19:34:18 +0000 |
commit | 69f0ac8eb00f7ddb2deb05e2fde760337c2a92d7 (patch) | |
tree | b633a88bac8be3c920064b38e7809bae89fb3b67 /include/bm.h | |
parent | 2720804defc704fbdfb84d95fd8adce01346ef1a (diff) |
backout the __bounded__ attributes for a while; requested by deraadt@
Diffstat (limited to 'include/bm.h')
-rw-r--r-- | include/bm.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/bm.h b/include/bm.h index d04317f24bc..859e0a983f0 100644 --- a/include/bm.h +++ b/include/bm.h @@ -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 @@ typedef struct { __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 |