from netbsd: The read_inode() function now returns the result of the
authorderaadt <deraadt@openbsd.org>
Mon, 15 Jan 1996 01:06:44 +0000 (01:06 +0000)
committerderaadt <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

index dab31d9..041ebb9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: ufs.c,v 1.13 1995/10/20 00:42:21 cgd Exp $     */
+/*     $NetBSD: ufs.c,v 1.14 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);     
 }
 
 /*