Add debug_decl/debug_return (almost) everywhere.

Remove old sudo_debug() and convert users to sudo_debug_printf().
This commit is contained in:
Todd C. Miller
2011-10-22 14:40:21 -04:00
parent 9923464d96
commit 839919566e
72 changed files with 1745 additions and 968 deletions

View File

@@ -45,6 +45,8 @@
#include <ctype.h>
#include <errno.h>
#define SUDO_ERROR_WRAP 0
#include "sudo.h"
#include "sudo_plugin.h"
#include "sudo_plugin_int.h"