diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2002-11-04 19:36:11 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2002-11-04 19:36:11 +0000 |
commit | ba371819a70ed076ebef04af93922a043272bfbe (patch) | |
tree | 5071c8dbfd7605eec15909cabca2296957573ac7 /contrib/ntp/include/l_stdlib.h | |
parent | eaabcee53b14292268a8af3ed8d17ad356353132 (diff) |
Notes
Diffstat (limited to 'contrib/ntp/include/l_stdlib.h')
-rw-r--r-- | contrib/ntp/include/l_stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/include/l_stdlib.h b/contrib/ntp/include/l_stdlib.h index ca47af86e1f9b..89eb54535e3a1 100644 --- a/contrib/ntp/include/l_stdlib.h +++ b/contrib/ntp/include/l_stdlib.h @@ -235,7 +235,7 @@ extern int toupper P((int)); extern int errno; #endif -#ifdef DECL_H_ERRNO +#if defined(DECL_H_ERRNO) && !defined(h_errno) extern int h_errno; #endif |