From f4fcb18ea3a0b3264ab751a3c0528f33cf17173b Mon Sep 17 00:00:00 2001 From: fgsch <> Date: Tue, 4 Sep 2001 22:17:44 +0000 Subject: [PATCH] put changes back, this time ALL the files. --- 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 cd4df3ed..7f9646c5 100644 --- a/src/include/stdio.h +++ b/src/include/stdio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdio.h,v 1.17 2001/08/30 17:47:57 todd Exp $ */ +/* $OpenBSD: stdio.h,v 1.18 2001/09/04 22:17:44 fgsch Exp $ */ /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */ /*- @@ -277,7 +277,7 @@ int fileno __P((FILE *)); void flockfile __P((FILE *)); int ftrylockfile __P((FILE *)); void funlockfile __P((FILE *)); -void _flockfile_debug __P((FILE *, const char *, int)); +void _flockfile_debug __P((FILE *, char *, int)); int getc_unlocked __P((FILE *)); int putc_unlocked __P((int, FILE *)); int getchar_unlocked __P((void));