]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove Mac OS/X macros that did nothing for FreeBSD.
authorrmacklem <rmacklem@FreeBSD.org>
Sat, 25 Apr 2020 02:18:59 +0000 (02:18 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Sat, 25 Apr 2020 02:18:59 +0000 (02:18 +0000)
commit544dbc0072d64ec80854e32301efeb47f8081e3f
tree11c65171f3aec59a262b38d2c4779dc11d7d1219
parent731f2c873e58cc3287717e6c58b81ff57b30013f
Remove Mac OS/X macros that did nothing for FreeBSD.

The macros CAST_USER_ADDR_T() and CAST_DOWN() were used for the Mac OS/X
port. The first of these macros was a no-op for FreeBSD and the second
is no longer used.
This patch gets rid of them. It also deletes the "mbuf_t" typedef which
is no longer used in the FreeBSD code from nfskpiport.h

This patch should not change semantics.
sys/fs/nfs/nfs_commonsubs.c
sys/fs/nfs/nfskpiport.h
sys/fs/nfsclient/nfs_clcomsubs.c
sys/fs/nfsserver/nfs_nfsdport.c