=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/stdio.h,v retrieving revision 1.52 retrieving revision 1.53 diff -c -r1.52 -r1.53 *** src/include/stdio.h 2016/03/16 04:56:08 1.52 --- src/include/stdio.h 2016/09/09 18:12:37 1.53 *************** *** 1,4 **** ! /* $OpenBSD: stdio.h,v 1.52 2016/03/16 04:56:08 deraadt Exp $ */ /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: stdio.h,v 1.53 2016/09/09 18:12:37 millert Exp $ */ /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ /*- *************** *** 39,44 **** --- 39,45 ---- #define _STDIO_H_ #include + #include #include #if __BSD_VISIBLE || __POSIX_VISIBLE || __XPG_VISIBLE *************** *** 53,68 **** #ifndef _OFF_T_DEFINED_ #define _OFF_T_DEFINED_ typedef __off_t off_t; - #endif - - #ifndef NULL - #ifdef __GNUG__ - #define NULL __null - #elif defined(__cplusplus) - #define NULL 0L - #else - #define NULL ((void *)0) - #endif #endif #define _FSTDIO /* Define for new stdio with functions. */ --- 54,59 ----