]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Back out MFC of "eradicate caddr_t".
authorobrien <obrien@FreeBSD.org>
Tue, 26 Feb 2008 18:19:49 +0000 (18:19 +0000)
committerobrien <obrien@FreeBSD.org>
Tue, 26 Feb 2008 18:19:49 +0000 (18:19 +0000)
commit1adb54c02d3f8ac4c4fbdd58a186392cb6fbf622
tree221519a1e07838fdbcf2a25aa455265ccc2ff21a
parent86c1681769fa093d8b81770b7eb9ba86dd78a4d7
Back out MFC of "eradicate caddr_t".
Turn's out Kris' suspisions were right - from a suttle code compatability
point of view.  Robert Watson found that ARLA code had something like this:
typedef int (*foo_t)(caddr_t); ... foo_t fred;
The compile gets all snarky when it finds int fred(void *) { .. }.
sys/fs/nullfs/null_vfsops.c
sys/fs/nwfs/nwfs_vfsops.c
sys/fs/smbfs/smbfs_vfsops.c
sys/kern/vfs_default.c
sys/kern/vfs_vnops.c
sys/sys/mount.h
sys/sys/vnode.h
sys/ufs/ufs/quota.h
sys/ufs/ufs/ufs_quota.c
sys/ufs/ufs/ufs_vfsops.c