mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 14:29:54 +02:00
bzero() is deprecated
Use memset() instead of bzero().
This commit is contained in:
Reference in New Issue
Block a user
Use memset() instead of bzero().