summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fopen.c
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2001-02-11 22:06:43 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2001-02-11 22:06:43 +0000
commit29ac6bd228d1c75dc4c19105fa149861bff04720 (patch)
tree91800b480f9efe4c0d90fe0b653e4bb1125f24f7 /lib/libc/stdio/fopen.c
parent5b62961a494b0271f6029f0c8f1e8c92a2267fe7 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/fopen.c')
-rw-r--r--lib/libc/stdio/fopen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdio/fopen.c b/lib/libc/stdio/fopen.c
index 4ea2eb99f8bb..aca314ced4dc 100644
--- a/lib/libc/stdio/fopen.c
+++ b/lib/libc/stdio/fopen.c
@@ -74,7 +74,6 @@ fopen(file, mode)
fp->_write = __swrite;
fp->_seek = __sseek;
fp->_close = __sclose;
- /* fp->_lock = NULL; */
/*
* When opening in append mode, even though we use O_APPEND,
* we need to seek to the end so that ftell() gets the right