summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-09-04 22:17:46 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-09-04 22:17:46 +0000
commit2544c0965f03f1ad1de37d49854dff96e5b00ed3 (patch)
tree5bdbeb36f6ced3971be84ab3a9d85bdd45530ef3 /include
parentb7924acd437f1e99ff98330256cff6136d42ff02 (diff)
put changes back, this time ALL the files.
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h4
1 files changed, 2 insertions, 2 deletions
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));