summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread/uthread_file.c
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 /lib/libpthread/uthread/uthread_file.c
parentb7924acd437f1e99ff98330256cff6136d42ff02 (diff)
put changes back, this time ALL the files.
Diffstat (limited to 'lib/libpthread/uthread/uthread_file.c')
-rw-r--r--lib/libpthread/uthread/uthread_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/uthread_file.c b/lib/libpthread/uthread/uthread_file.c
index 37f1831584b..cf84ffdb88b 100644
--- a/lib/libpthread/uthread/uthread_file.c
+++ b/lib/libpthread/uthread/uthread_file.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uthread_file.c,v 1.7 2001/08/30 17:47:57 todd Exp $ */
+/* $OpenBSD: uthread_file.c,v 1.8 2001/09/04 22:17:45 fgsch Exp $ */
/*
* Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
@@ -180,7 +180,7 @@ do_lock(int idx, FILE *fp)
}
void
-_flockfile_debug(FILE * fp, const char *fname, int lineno)
+_flockfile_debug(FILE * fp, char *fname, int lineno)
{
int idx = file_idx(fp);
struct file_lock *p;