summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/iso.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-24 04:35:23 +0000
committerbde <bde@FreeBSD.org>2002-03-24 04:35:23 +0000
commitf45e5bde8ec262c34297fa1ecae9201b0bf56bdb (patch)
tree1c6663fd779afab014fc1ac7922a5a0bc76cb015 /sys/isofs/cd9660/iso.h
parent83dd3dfdc2206dbe7c13359b7d4ca2fb95ab5a0d (diff)
downloadFreeBSD-src-f45e5bde8ec262c34297fa1ecae9201b0bf56bdb.zip
FreeBSD-src-f45e5bde8ec262c34297fa1ecae9201b0bf56bdb.tar.gz
Fixed some style bugs in the removal of __P(()). Continuation lines
were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting in some cases.
Diffstat (limited to 'sys/isofs/cd9660/iso.h')
-rw-r--r--sys/isofs/cd9660/iso.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isofs/cd9660/iso.h b/sys/isofs/cd9660/iso.h
index 4136e35..b41cd0c 100644
--- a/sys/isofs/cd9660/iso.h
+++ b/sys/isofs/cd9660/iso.h
@@ -255,11 +255,11 @@ struct iso_mnt {
#define blksize(imp, ip, lbn) ((imp)->logical_block_size)
int cd9660_vget_internal(struct mount *, ino_t, int, struct vnode **, int,
- struct iso_directory_record *);
+ struct iso_directory_record *);
int cd9660_init(struct vfsconf *);
int cd9660_uninit(struct vfsconf *);
#define cd9660_sysctl ((int (*)(int *, u_int, void *, size_t *, void *, \
- size_t, struct proc *))eopnotsupp)
+ size_t, struct proc *))eopnotsupp)
extern vop_t **cd9660_vnodeop_p;
extern vop_t **cd9660_specop_p;
OpenPOWER on IntegriCloud