=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/dirent.h,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/include/dirent.h 2013/12/13 18:09:27 1.33 +++ src/include/dirent.h 2016/09/09 18:12:37 1.34 @@ -1,4 +1,4 @@ -/* $OpenBSD: dirent.h,v 1.33 2013/12/13 18:09:27 zhuk Exp $ */ +/* $OpenBSD: dirent.h,v 1.34 2016/09/09 18:12:37 millert Exp $ */ /* $NetBSD: dirent.h,v 1.9 1995/03/26 20:13:37 jtc Exp $ */ /*- @@ -63,15 +63,7 @@ /* definitions for library routines operating on directories. */ #define DIRBLKSIZ 1024 -#ifndef NULL -#ifdef __GNUG__ -#define NULL __null -#elif defined(__cplusplus) -#define NULL 0L -#else -#define NULL ((void *)0) -#endif /* __GNUG__ */ -#endif /* !NULL */ +#include #endif /* __BSD_VISIBLE */