diff options
author | 2001-08-30 17:47:57 +0000 | |
---|---|---|
committer | 2001-08-30 17:47:57 +0000 | |
commit | cd74a012b845ae044cd9f1e0ae04b79ba469b17c (patch) | |
tree | 96905b28700700d58fd75b2a3cd649fd47e7510b /include/stdio.h | |
parent | o kill register (diff) | |
download | wireguard-openbsd-cd74a012b845ae044cd9f1e0ae04b79ba469b17c.tar.xz wireguard-openbsd-cd74a012b845ae044cd9f1e0ae04b79ba469b17c.zip |
Back out fgsch@'s tree breaking commits.
Test next time, ok?
Diffstat (limited to 'include/stdio.h')
-rw-r--r-- | include/stdio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h index 4ee710cc327..cd4df3ed7c9 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stdio.h,v 1.16 2001/08/30 07:38:27 fgsch Exp $ */ +/* $OpenBSD: stdio.h,v 1.17 2001/08/30 17:47:57 todd 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 *, char *, int)); +void _flockfile_debug __P((FILE *, const char *, int)); int getc_unlocked __P((FILE *)); int putc_unlocked __P((int, FILE *)); int getchar_unlocked __P((void)); |