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