summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-06-08 08:18:00 +0000
committerbde <bde@FreeBSD.org>1996-06-08 08:18:00 +0000
commit2aabf9403776db6ad169efb7b6d1bc783e05f5d9 (patch)
treeb56182b8c9db323a2fe97d0b20400a90656ec3d2 /sys/net
parent4faf24f33e1ea5ab44e5804d20fecc5b3beb0a71 (diff)
downloadFreeBSD-src-2aabf9403776db6ad169efb7b6d1bc783e05f5d9.zip
FreeBSD-src-2aabf9403776db6ad169efb7b6d1bc783e05f5d9.tar.gz
Replaced some memcpy()'s by bcopy()'s.
gcc only inlines memcpy()'s whose count is constant and didn't inline these. I want memcpy() in the kernel go away so that it's obvious that it doesn't need to be optimized. Now it is only used for one struct copy in si.c.
Diffstat (limited to 'sys/net')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud