diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-02 21:04:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-02 21:04:11 +0000 |
commit | c7d032fc4ac7d7924b20e1fea418272346d8c78c (patch) | |
tree | fd85b5bf62e92ffd1fee5c23d0b97910c3a67fb7 /usr.bin/fstat/isofs.c | |
parent | 27d9189e4074c4648710da3447660f62aaf79e4c (diff) |
protos
Diffstat (limited to 'usr.bin/fstat/isofs.c')
-rw-r--r-- | usr.bin/fstat/isofs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/fstat/isofs.c b/usr.bin/fstat/isofs.c index f2c46ff3d43..243c01fa72a 100644 --- a/usr.bin/fstat/isofs.c +++ b/usr.bin/fstat/isofs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isofs.c,v 1.6 2003/06/03 02:56:08 millert Exp $ */ +/* $OpenBSD: isofs.c,v 1.7 2003/07/02 21:04:10 deraadt Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -73,6 +73,8 @@ extern pid_t Pid; +int isofs_filestat(struct vnode *, struct filestat *); + int isofs_filestat(struct vnode *vp, struct filestat *fsp) { |