diff options
Diffstat (limited to 'sys/crypto/des/des_locl.h')
-rw-r--r-- | sys/crypto/des/des_locl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/des/des_locl.h b/sys/crypto/des/des_locl.h index 4f239849c857..ff49cc73d6ae 100644 --- a/sys/crypto/des/des_locl.h +++ b/sys/crypto/des/des_locl.h @@ -94,7 +94,7 @@ #undef NOPROTO #endif -#if !defined(KERNEL) && (defined(__STDC__) || defined(VMS) || defined(M_XENIX) || defined(MSDOS)) +#if !defined(_KERNEL) && (defined(__STDC__) || defined(VMS) || defined(M_XENIX) || defined(MSDOS)) #ifndef __NetBSD__ #include <string.h> #endif |