=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/unistd.h,v retrieving revision 1.62 retrieving revision 1.63 diff -c -r1.62 -r1.63 *** src/include/unistd.h 2008/06/25 14:58:54 1.62 --- src/include/unistd.h 2011/04/06 11:39:42 1.63 *************** *** 1,4 **** ! /* $OpenBSD: unistd.h,v 1.62 2008/06/25 14:58:54 millert Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: unistd.h,v 1.63 2011/04/06 11:39:42 miod Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- *************** *** 59,65 **** #ifdef __GNUG__ #define NULL __null #else ! #define NULL 0L #endif #endif --- 59,65 ---- #ifdef __GNUG__ #define NULL __null #else ! #define NULL ((void *)0) #endif #endif