=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/stdio.h,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/include/stdio.h 1998/11/20 11:18:26 1.10 --- src/include/stdio.h 1999/09/17 13:13:46 1.11 *************** *** 1,4 **** ! /* $OpenBSD: stdio.h,v 1.10 1998/11/20 11:18:26 d Exp $ */ /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: stdio.h,v 1.11 1999/09/17 13:13:46 espie Exp $ */ /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ /*- *************** *** 55,61 **** --- 55,65 ---- #endif #ifndef NULL + #ifdef __GNUG__ + #define NULL __null + #else #define NULL 0 + #endif #endif /*