diff --git a/lib/util/sudo_debug.c b/lib/util/sudo_debug.c index e08461474..45bc313a9 100644 --- a/lib/util/sudo_debug.c +++ b/lib/util/sudo_debug.c @@ -1083,6 +1083,12 @@ sudo_debug_exit_int_v1(const char *func, const char *file, int line, { } +void +sudo_debug_exit_uint_v1(const char *func, const char *file, int line, + unsigned int subsys, int ret) +{ +} + void sudo_debug_exit_long_v1(const char *func, const char *file, int line, unsigned int subsys, long ret)