=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/dirent.h,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/include/dirent.h 2010/12/31 19:54:05 1.20 --- src/include/dirent.h 2011/04/06 11:39:42 1.21 *************** *** 1,4 **** ! /* $OpenBSD: dirent.h,v 1.20 2010/12/31 19:54:05 guenther Exp $ */ /* $NetBSD: dirent.h,v 1.9 1995/03/26 20:13:37 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: dirent.h,v 1.21 2011/04/06 11:39:42 miod Exp $ */ /* $NetBSD: dirent.h,v 1.9 1995/03/26 20:13:37 jtc Exp $ */ /*- *************** *** 85,91 **** #ifdef __GNUG__ #define NULL __null #else ! #define NULL 0L #endif /* __GNUG__ */ #endif /* !NULL */ --- 85,91 ---- #ifdef __GNUG__ #define NULL __null #else ! #define NULL ((void *)0) #endif /* __GNUG__ */ #endif /* !NULL */