CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/13 14:33:30
Modified files:
sys/lib/libkern: bcmp.c
Log message:
bcmp(3) tries to return length, which is a size_t, as an int.
Instead, just return 1 if there is a difference, else 0.
Fixed by ray@ in 2008 but the libkern version was not synced.
OK deraadt@
