summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs/pseudofs.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-03-02 22:23:45 +0000
committerdes <des@FreeBSD.org>2003-03-02 22:23:45 +0000
commitaae392dae2520294bcd2fe908f5ac045b4e8299e (patch)
tree85653d210fcf85e5453bcfc55dfde60b4a7cad2c /sys/fs/pseudofs/pseudofs.h
parent0b924719849b7e5814e306f2666f4f951f057407 (diff)
downloadFreeBSD-src-aae392dae2520294bcd2fe908f5ac045b4e8299e.zip
FreeBSD-src-aae392dae2520294bcd2fe908f5ac045b4e8299e.tar.gz
Get rid of caddr_t.
Diffstat (limited to 'sys/fs/pseudofs/pseudofs.h')
-rw-r--r--sys/fs/pseudofs/pseudofs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/pseudofs/pseudofs.h b/sys/fs/pseudofs/pseudofs.h
index 2b9d01b..e09f25d 100644
--- a/sys/fs/pseudofs/pseudofs.h
+++ b/sys/fs/pseudofs/pseudofs.h
@@ -127,7 +127,7 @@ typedef int (*pfs_vis_t)(PFS_VIS_ARGS);
*/
#define PFS_IOCTL_ARGS \
struct thread *td, struct proc *p, struct pfs_node *pn, \
- unsigned long cmd, caddr_t data
+ unsigned long cmd, void *data
#define PFS_IOCTL_PROTO(name) \
int name(PFS_IOCTL_ARGS);
typedef int (*pfs_ioctl_t)(PFS_IOCTL_ARGS);
OpenPOWER on IntegriCloud