=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/string.h,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/include/string.h 2010/09/24 13:33:00 1.20 --- src/include/string.h 2011/04/06 11:39:42 1.21 *************** *** 1,4 **** ! /* $OpenBSD: string.h,v 1.20 2010/09/24 13:33:00 matthew Exp $ */ /* $NetBSD: string.h,v 1.6 1994/10/26 00:56:30 cgd Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: string.h,v 1.21 2011/04/06 11:39:42 miod Exp $ */ /* $NetBSD: string.h,v 1.6 1994/10/26 00:56:30 cgd Exp $ */ /*- *************** *** 47,53 **** #ifdef __GNUG__ #define NULL __null #else ! #define NULL 0L #endif #endif --- 47,53 ---- #ifdef __GNUG__ #define NULL __null #else ! #define NULL ((void *)0) #endif #endif