diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-27 15:28:17 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-27 15:28:17 +0000 |
commit | 756a4c067340101094cc470f7c742f86385f9221 (patch) | |
tree | 693543f2d2a7daddbe34ccc67a8ebbab014b0945 /include/stdio.h | |
parent | e9ffa6858a582b9cae2f3123b320ccc0464138db (diff) |
safe to remove gets, now that's gone from cstdio too
Diffstat (limited to 'include/stdio.h')
-rw-r--r-- | include/stdio.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h index 9af7f6ab6ba..c8999a79b3a 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdio.h,v 1.48 2014/03/25 15:55:15 tedu Exp $ */ +/* $OpenBSD: stdio.h,v 1.49 2014/03/27 15:28:16 tedu Exp $ */ /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ /*- @@ -246,7 +246,6 @@ 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 |