artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb11da
)
from netbsd: The read_inode() function now returns the result of the
author
deraadt
<deraadt@openbsd.org>
Mon, 15 Jan 1996 01:06:44 +0000
(
01:06
+0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 15 Jan 1996 01:06:44 +0000
(
01:06
+0000)
strategy function instead of success in all cases
sys/lib/libsa/ufs.c
patch
|
blob
|
history
diff --git
a/sys/lib/libsa/ufs.c
b/sys/lib/libsa/ufs.c
index
dab31d9
..
041ebb9
100644
(file)
--- a/
sys/lib/libsa/ufs.c
+++ b/
sys/lib/libsa/ufs.c
@@
-1,4
+1,4
@@
-/* $NetBSD: ufs.c,v 1.1
3 1995/10/20 00:42:21 cgd
Exp $ */
+/* $NetBSD: ufs.c,v 1.1
4 1996/01/13 22:25:44 leo
Exp $ */
/*-
* Copyright (c) 1993
@@
-152,7
+152,7
@@
read_inode(inumber, f)
}
out:
free(buf, fs->fs_bsize);
- return (
0);
+ return (
rc);
}
/*