diff options
| author | christos <christos@NetBSD.org> | 2007-10-19 15:58:52 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2007-10-19 15:58:52 +0000 |
| commit | e2347743fc187c596f6bc80fdb6e3b3ba48ade02 (patch) | |
| tree | c77485f584db2d931a90f5e1ac1d13e6d11dc93c /include/string.h | |
| parent | 93c52e3c7195e70e93a9337e76a680b3c88aa9e8 (diff) | |
kill _NETBSD_TOOLS.
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/string.h b/include/string.h index 741acab7dff..8efe99fa6d7 100644 --- a/include/string.h +++ b/include/string.h @@ -1,4 +1,4 @@ -/* $NetBSD: string.h,v 1.34 2007/10/18 02:23:37 christos Exp $ */ +/* $NetBSD: string.h,v 1.35 2007/10/19 15:58:53 christos Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -79,7 +79,7 @@ void *memccpy(void *, const void *, int, size_t); char *strdup(const char *); #endif -#if defined(_NETBSD_SOURCE) || defined(_NETBSD_TOOLS) +#if defined(_NETBSD_SOURCE) #include <strings.h> /* for backwards-compatibilty */ void *memmem(const void *, size_t, const void *, size_t); char *strcasestr(const char *, const char *); |
