From ec7cabe0323905f8ef16358e1f7a72ff460eb94f Mon Sep 17 00:00:00 2001 From: tedu <> Date: Tue, 25 Mar 2014 15:24:12 +0000 Subject: [PATCH] no gets --- src/include/stdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/stdio.h b/src/include/stdio.h index 6b90aa4c..54bd748b 100644 --- a/src/include/stdio.h +++ b/src/include/stdio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdio.h,v 1.46 2014/03/16 18:38:30 guenther Exp $ */ +/* $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 $ */ /*- @@ -246,7 +246,7 @@ ssize_t getdelim(char ** __restrict, size_t * __restrict, int, ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict); #endif -char *gets(char *); + #if __BSD_VISIBLE && !defined(__SYS_ERRLIST) #define __SYS_ERRLIST