=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/locale.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/include/locale.h 2002/02/16 21:27:17 1.4 +++ src/include/locale.h 2002/10/25 21:55:28 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: locale.h,v 1.4 2002/02/16 21:27:17 millert Exp $ */ +/* $OpenBSD: locale.h,v 1.5 2002/10/25 21:55:28 millert Exp $ */ /* $NetBSD: locale.h,v 1.6 1994/10/26 00:56:02 cgd Exp $ */ /* @@ -64,7 +64,7 @@ #ifdef __GNUG__ #define NULL __null #else -#define NULL 0 +#define NULL 0L #endif #endif