Remove prototype for find_inode().

This commit is contained in:
simonb 1999-08-19 00:19:16 +00:00
parent 3931d8c7c9
commit 9e0209e2c8
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: lfs.c,v 1.2 1999/08/18 21:33:50 cgd Exp $ */
/* $NetBSD: lfs.c,v 1.3 1999/08/19 00:19:16 simonb Exp $ */
/*-
* Copyright (c) 1993
@ -134,7 +134,6 @@ struct file {
static int find_inode_sector(ino_t inumber, struct open_file *f,
ufs_daddr_t *ibp);
static int find_inode(ino_t inumber, struct open_file *f);
static int read_inode __P((ino_t, struct open_file *));
static int block_map __P((struct open_file *, daddr_t, daddr_t *));
static int buf_read_file __P((struct open_file *, char **, size_t *));