summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-03-25 15:55:15 +0000
committertedu <tedu@openbsd.org>2014-03-25 15:55:15 +0000
commit62c9c9a7ee44be6f155b1e44b6e189dc41139662 (patch)
tree7e483b995e1f704cff34c9c6b9bff012ca3b34b2
parentno gets (diff)
downloadwireguard-openbsd-62c9c9a7ee44be6f155b1e44b6e189dc41139662.tar.xz
wireguard-openbsd-62c9c9a7ee44be6f155b1e44b6e189dc41139662.zip
try to put the pin back in.
removing gets means removing it from libstdc++ and guenther tells me that will require changing version numbers.
-rw-r--r--include/stdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 54bd748b15d..9af7f6ab6ba 100644
--- a/include/stdio.h
+++ b/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