diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-12-14 00:49:52 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-12-14 00:49:52 +0000 |
| commit | 0430a5e2895a13bd6219cc701523388716f362e3 (patch) | |
| tree | edb405f1b2060efab8f9d986b17763a5aceffb7f /sys/gnu | |
| parent | e26b05cf4407578ef2228805825cd84c08def031 (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/fs/xfs/FreeBSD/xfs_mountops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/xfs/FreeBSD/xfs_mountops.c b/sys/gnu/fs/xfs/FreeBSD/xfs_mountops.c index 78a091fa4003..008a852a1bf0 100644 --- a/sys/gnu/fs/xfs/FreeBSD/xfs_mountops.c +++ b/sys/gnu/fs/xfs/FreeBSD/xfs_mountops.c @@ -260,7 +260,7 @@ _xfs_quotactl(mp, cmd, uid, arg, td) struct mount *mp; int cmd; uid_t uid; - caddr_t arg; + void *arg; struct thread *td; { printf("xfs_quotactl\n"); |
