diff options
Diffstat (limited to 'include/bm.h')
-rw-r--r-- | include/bm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/bm.h b/include/bm.h index a9d6f2127bd..1cec4d50385 100644 --- a/include/bm.h +++ b/include/bm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bm.h,v 1.8 2004/01/22 21:48:02 espie Exp $ */ +/* $OpenBSD: bm.h,v 1.9 2012/12/05 23:19:57 deraadt Exp $ */ /* $NetBSD: bm.h,v 1.3 1994/10/26 00:55:46 cgd Exp $ */ /*- @@ -47,8 +47,6 @@ typedef struct { size_t md2; /* mini delta */ } bm_pat; -#include <sys/cdefs.h> - __BEGIN_DECLS bm_pat *bm_comp(unsigned char const *, size_t, unsigned char const *); unsigned char *bm_exec(bm_pat *, unsigned char *, size_t) |