diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-01 19:00:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-01 19:00:35 +0000 |
commit | 94936f6695a8dda9c4f88c07f821a8cd65b6be1f (patch) | |
tree | b192be3fb603022149e8b2756cd4809e523b73d0 /usr.bin/fstat/isofs.c | |
parent | 59853950a77c6b085e98233b2f25aa9bfff1a4b6 (diff) |
KNF
Diffstat (limited to 'usr.bin/fstat/isofs.c')
-rw-r--r-- | usr.bin/fstat/isofs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/fstat/isofs.c b/usr.bin/fstat/isofs.c index 23f235df1db..67566353d0b 100644 --- a/usr.bin/fstat/isofs.c +++ b/usr.bin/fstat/isofs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isofs.c,v 1.2 1998/07/09 20:28:02 mickey Exp $ */ +/* $OpenBSD: isofs.c,v 1.3 2001/12/01 18:59:59 deraadt Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -93,6 +93,5 @@ isofs_filestat(vp, fsp) fsp->mode = inode.inode.iso_mode; fsp->size = inode.i_size; fsp->rdev = inode.i_dev; - return 1; } |