From 2544c0965f03f1ad1de37d49854dff96e5b00ed3 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Tue, 4 Sep 2001 22:17:46 +0000 Subject: put changes back, this time ALL the files. --- include/stdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/stdio.h b/include/stdio.h index cd4df3ed7c9..7f9646c5de7 100644 --- a/include/stdio.h +++ b/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)); -- cgit v1.2.3