components/sudo/patches/01-sudo_debug.patch
changeset 1790 5185544d0b6e
parent 1209 5fd82ed384aa
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sudo/patches/01-sudo_debug.patch	Tue Mar 25 21:42:23 2014 -0700
@@ -0,0 +1,13 @@
+Solaris needs missing definition for __printflike
+Solaris-specific; not suitable for upstream.
+
+--- sudo-1.8.4p5.orig/include/sudo_debug.h	2012-03-29 10:37:01.000000000 -0700
++++ sudo-1.8.4p5/include/sudo_debug.h	2012-05-18 11:18:27.886010000 -0700
+@@ -17,6 +17,7 @@
+ #ifndef _SUDO_DEBUG_H
+ #define _SUDO_DEBUG_H
+ 
++#include "missing.h"
+ #include <stdarg.h>
+ 
+ /*