]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Delete the mbuf macros that were used for the Mac OS/X port.
authorrmacklem <rmacklem@FreeBSD.org>
Mon, 13 Apr 2020 00:07:37 +0000 (00:07 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Mon, 13 Apr 2020 00:07:37 +0000 (00:07 +0000)
commitc94a139b47d9b2ee262889f1ecf4b08f8d130598
tree11a90b6dce1a0eab3fcc1d9051100dc9ae9ee4e3
parente4a534725eb31d8f58ceda3dd737e245063baafc
Delete the mbuf macros that were used for the Mac OS/X port.

When the code was ported to Mac OS/X, mbuf handling functions were
converted to using the Mac OS/X accessor functions. For FreeBSD, they
are a simple set of macros in sys/fs/nfs/nfskpiport.h.
Since r359757, r359780, r359785, r359810, r359811 have removed all uses
of these macros, this patch deleted the macros from the .h files.

My eventual goal is deleting nfskpiport.h, but that will take some more
editting to replace uses of the remaining macros.
sys/fs/nfs/nfskpiport.h
sys/fs/nfs/nfsport.h