diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-09-04 22:17:46 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-09-04 22:17:46 +0000 |
commit | 2544c0965f03f1ad1de37d49854dff96e5b00ed3 (patch) | |
tree | 5bdbeb36f6ced3971be84ab3a9d85bdd45530ef3 /lib/libc/stdio | |
parent | b7924acd437f1e99ff98330256cff6136d42ff02 (diff) |
put changes back, this time ALL the files.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/flockfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/flockfile.c b/lib/libc/stdio/flockfile.c index 3c2af764dc6..e0963391596 100644 --- a/lib/libc/stdio/flockfile.c +++ b/lib/libc/stdio/flockfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: flockfile.c,v 1.4 2001/08/30 17:47:57 todd Exp $ */ +/* $OpenBSD: flockfile.c,v 1.5 2001/09/04 22:17:45 fgsch Exp $ */ #include <stdio.h> #include "thread_private.h" @@ -48,7 +48,7 @@ WEAK_NAME(funlockfile)(fp) void WEAK_NAME(_flockfile_debug)(fp, fname, lineno) FILE * fp; - const char * fname; + char * fname; int lineno; { } |