Commit dc430e7a authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Replace bzero() with memset() calls.

bzero is deprecated and can be optimized out. Replace with
equivalent memset calls.
parent 25b4483c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment