=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/locale.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/include/locale.h 2003/06/02 19:34:12 1.6 +++ src/include/locale.h 2011/04/06 11:39:42 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: locale.h,v 1.6 2003/06/02 19:34:12 millert Exp $ */ +/* $OpenBSD: locale.h,v 1.7 2011/04/06 11:39:42 miod Exp $ */ /* $NetBSD: locale.h,v 1.6 1994/10/26 00:56:02 cgd Exp $ */ /* @@ -60,7 +60,7 @@ #ifdef __GNUG__ #define NULL __null #else -#define NULL 0L +#define NULL ((void *)0) #endif #endif