=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/time.h,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/include/time.h 2006/01/06 18:53:04 1.18 --- src/include/time.h 2011/04/06 11:39:42 1.19 *************** *** 1,4 **** ! /* $OpenBSD: time.h,v 1.18 2006/01/06 18:53:04 millert Exp $ */ /* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: time.h,v 1.19 2011/04/06 11:39:42 miod Exp $ */ /* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */ /* *************** *** 48,54 **** #ifdef __GNUG__ #define NULL __null #else ! #define NULL 0L #endif #endif --- 48,54 ---- #ifdef __GNUG__ #define NULL __null #else ! #define NULL ((void *)0) #endif #endif