diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/time.h b/include/time.h index 9ba1a60de23..9bdc239f379 100644 --- a/include/time.h +++ b/include/time.h @@ -1,4 +1,4 @@ -/* $OpenBSD: time.h,v 1.11 2002/02/16 21:27:17 millert Exp $ */ +/* $OpenBSD: time.h,v 1.12 2002/10/25 21:55:28 millert Exp $ */ /* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */ /* @@ -51,7 +51,7 @@ #ifdef __GNUG__ #define NULL __null #else -#define NULL 0 +#define NULL 0L #endif #endif |