diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-05 23:20:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-05 23:20:27 +0000 |
commit | 0275dcbbe75bf604e5d9b03f215e510188a36496 (patch) | |
tree | 5c28b494f1e6a54c80a5317abfe2c32e13cbbdc5 /include/bm.h | |
parent | 56b74e8e5b53b78f8c539afa3b9581be53b79e06 (diff) |
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
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) |