diff options
Diffstat (limited to 'src/regress/lib/libc')
-rw-r--r-- | src/regress/lib/libc/regex/t_exhaust.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libc/regex/t_exhaust.c b/src/regress/lib/libc/regex/t_exhaust.c index e4d4e4f5d7..58ac8007f2 100644 --- a/src/regress/lib/libc/regex/t_exhaust.c +++ b/src/regress/lib/libc/regex/t_exhaust.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t_exhaust.c,v 1.2 2011/11/06 15:47:07 otto Exp $ */ | 1 | /* $OpenBSD: t_exhaust.c,v 1.3 2012/12/05 23:20:07 deraadt Exp $ */ |
2 | /* $NetBSD: t_exhaust.c,v 1.2 2011/10/21 00:41:34 christos Exp $ */ | 2 | /* $NetBSD: t_exhaust.c,v 1.2 2011/10/21 00:41:34 christos Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -37,8 +37,6 @@ | |||
37 | * POSSIBILITY OF SUCH DAMAGE. | 37 | * POSSIBILITY OF SUCH DAMAGE. |
38 | */ | 38 | */ |
39 | 39 | ||
40 | #include <sys/cdefs.h> | ||
41 | |||
42 | #include <stdio.h> | 40 | #include <stdio.h> |
43 | #include <regex.h> | 41 | #include <regex.h> |
44 | #include <string.h> | 42 | #include <string.h> |