mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
Add missing sudo_ prefix and include sudo_compat.h.
This commit is contained in:
parent
49d56f323e
commit
8437e3606b
@ -22,8 +22,10 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "sudo_compat.h"
|
||||
|
||||
size_t
|
||||
strnlen(const char *str, size_t maxlen)
|
||||
sudo_strnlen(const char *str, size_t maxlen)
|
||||
{
|
||||
const char *cp;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user