summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_mount.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-19 22:40:48 +0000
committeralfred <alfred@FreeBSD.org>2002-03-19 22:40:48 +0000
commit79061a930630646bcfae6d7f81cedda50705cfbb (patch)
treed808f6096e1d40f5089a77d9cf1abc15ee82a9fe /sys/gnu/fs/ext2fs/ext2_mount.h
parent1446d094292532062a83b8dc4587f9b62a6120df (diff)
downloadFreeBSD-src-79061a930630646bcfae6d7f81cedda50705cfbb.zip
FreeBSD-src-79061a930630646bcfae6d7f81cedda50705cfbb.tar.gz
Remove __P.
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_mount.h')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_mount.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_mount.h b/sys/gnu/fs/ext2fs/ext2_mount.h
index 85c9866..12010a3 100644
--- a/sys/gnu/fs/ext2fs/ext2_mount.h
+++ b/sys/gnu/fs/ext2fs/ext2_mount.h
@@ -86,12 +86,12 @@ struct ufsmount {
int64_t um_savedmaxfilesize; /* XXX - limit maxfilesize */
struct malloc_type *um_malloctype; /* The inodes malloctype */
int um_i_effnlink_valid; /* i_effnlink valid? */
- int (*um_balloc) __P((struct vnode *, off_t, int, struct ucred *, int, struct buf **));
- int (*um_blkatoff) __P((struct vnode *, off_t, char **, struct buf **));
- int (*um_truncate) __P((struct vnode *, off_t, int, struct ucred *, struct thread *));
- int (*um_update) __P((struct vnode *, int));
- int (*um_valloc) __P((struct vnode *, int, struct ucred *, struct vnode **));
- int (*um_vfree) __P((struct vnode *, ino_t, int));
+ int (*um_balloc)(struct vnode *, off_t, int, struct ucred *, int, struct buf **);
+ int (*um_blkatoff)(struct vnode *, off_t, char **, struct buf **);
+ int (*um_truncate)(struct vnode *, off_t, int, struct ucred *, struct thread *);
+ int (*um_update)(struct vnode *, int);
+ int (*um_valloc)(struct vnode *, int, struct ucred *, struct vnode **);
+ int (*um_vfree)(struct vnode *, ino_t, int);
};
#define UFS_BALLOC(aa, bb, cc, dd, ee, ff) VFSTOUFS((aa)->v_mount)->um_balloc(aa, bb, cc, dd, ee, ff)
OpenPOWER on IntegriCloud