artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57349d0
)
Make null_read() and null_write() consistent with their prototypes.
author
millert
<millert@openbsd.org>
Sun, 4 May 1997 22:41:24 +0000
(22:41 +0000)
committer
millert
<millert@openbsd.org>
Sun, 4 May 1997 22:41:24 +0000
(22:41 +0000)
sys/lib/libsa/nullfs.c
patch
|
blob
|
history
diff --git
a/sys/lib/libsa/nullfs.c
b/sys/lib/libsa/nullfs.c
index
71f5202
..
6066b59
100644
(file)
--- a/
sys/lib/libsa/nullfs.c
+++ b/
sys/lib/libsa/nullfs.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: nullfs.c,v 1.
3 1997/02/16 14:39:38 mickey Exp $
*/
+/* $OpenBSD: nullfs.c,v 1.
4 1997/05/04 22:41:24 millert Exp $
*/
/* $NetBSD: open.c,v 1.9 1995/09/19 09:16:52 thorpej Exp $ */
/*-
@@
-82,13
+82,13
@@
null_close(struct open_file *f)
return 0;
}
-
in
t
+
ssize_
t
null_read (struct open_file *f, void *buf, size_t size, size_t *resid)
{
return EIO;
}
-
in
t
+
ssize_
t
null_write (struct open_file *f, void *buf, size_t size, size_t *resid)
{
return EIO;