=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/stdio.h,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/include/stdio.h 2002/02/19 19:39:36 1.22 --- src/include/stdio.h 2002/10/25 21:55:28 1.23 *************** *** 1,4 **** ! /* $OpenBSD: stdio.h,v 1.22 2002/02/19 19:39:36 millert Exp $ */ /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: stdio.h,v 1.23 2002/10/25 21:55:28 millert Exp $ */ /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ /*- *************** *** 63,69 **** #ifdef __GNUG__ #define NULL __null #else ! #define NULL 0 #endif #endif --- 63,69 ---- #ifdef __GNUG__ #define NULL __null #else ! #define NULL 0L #endif #endif