From de65ef57f748c27db84dc9f06044b153627cfa4a Mon Sep 17 00:00:00 2001 From: tedu <> Date: Tue, 25 Mar 2014 15:55:15 +0000 Subject: [PATCH] try to put the pin back in. removing gets means removing it from libstdc++ and guenther tells me that will require changing version numbers. --- 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 54bd748b..9af7f6ab 100644 --- a/src/include/stdio.h +++ b/src/include/stdio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdio.h,v 1.47 2014/03/25 15:24:12 tedu Exp $ */ +/* $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,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