=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/stdio.h,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/include/stdio.h 2014/03/25 15:24:12 1.47 --- src/include/stdio.h 2014/03/25 15:55:15 1.48 *************** *** 1,4 **** ! /* $OpenBSD: stdio.h,v 1.47 2014/03/25 15:24:12 tedu Exp $ */ /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: stdio.h,v 1.48 2014/03/25 15:55:15 tedu Exp $ */ /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ /*- *************** *** 246,252 **** ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict); #endif ! #if __BSD_VISIBLE && !defined(__SYS_ERRLIST) #define __SYS_ERRLIST --- 246,252 ---- ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict); #endif ! char *gets(char *); #if __BSD_VISIBLE && !defined(__SYS_ERRLIST) #define __SYS_ERRLIST