diff options
| author | kleink <kleink@NetBSD.org> | 2000-01-10 16:58:38 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 2000-01-10 16:58:38 +0000 |
| commit | 1bba558e50dbdff564c024f3ddb0f7e59033a901 (patch) | |
| tree | 35143b71ebc6a086d07bea911e343411a9ca5e72 /include/strings.h | |
| parent | 12aed170cd1b1682c4c554efaafbe9c19699b0f3 (diff) | |
Move <null.h> to <sys/null.h> for the purpose of avoiding conflicts due to
std C headers including it, and a kernel module written in C++ would benfit
as well.
Diffstat (limited to 'include/strings.h')
| -rw-r--r-- | include/strings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/strings.h b/include/strings.h index cdf76bc73b4..25e60a59146 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1,4 +1,4 @@ -/* $NetBSD: strings.h,v 1.7 1999/12/22 21:26:19 kleink Exp $ */ +/* $NetBSD: strings.h,v 1.8 2000/01/10 16:58:38 kleink Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -48,7 +48,7 @@ typedef _BSD_SIZE_T_ size_t; #endif #ifndef _XOPEN_SOURCE -#include <null.h> +#include <sys/null.h> #endif #include <sys/cdefs.h> |
