From 3b7303ff08b574d28277c5279bed1e5fee4ea220 Mon Sep 17 00:00:00 2001 From: miod <> Date: Fri, 13 Jan 2006 18:10:09 +0000 Subject: [PATCH] Remove neither documented nor found in any spec ctermid_r() function - ctermid() is reentrant in its current implementation anyway. Surfing on the recent major version bump, ok millert@ deraadt@ --- src/include/stdio.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/include/stdio.h b/src/include/stdio.h index daae349f..afbd64af 100644 --- a/src/include/stdio.h +++ b/src/include/stdio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdio.h,v 1.34 2006/01/06 18:53:04 millert Exp $ */ +/* $OpenBSD: stdio.h,v 1.35 2006/01/13 18:10:09 miod Exp $ */ /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ /*- @@ -293,7 +293,6 @@ __END_DECLS __BEGIN_DECLS char *ctermid(char *); -char *ctermid_r(char *); char *cuserid(char *); FILE *fdopen(int, const char *); int fileno(FILE *);