Bump xkbcomp to 1.3.1
[unleashed-userland.git] / components / sudo / patches / sudo_debug.patch
blobb7bca349a3b214fa78b4597b598ba356250fb32e
1 Solaris needs missing definition for __printflike
3 --- sudo-1.8.4p5.orig/include/sudo_debug.h 2012-03-29 10:37:01.000000000 -0700
4 +++ sudo-1.8.4p5/include/sudo_debug.h 2012-05-18 11:18:27.886010000 -0700
5 @@ -17,6 +17,7 @@
6 #ifndef _SUDO_DEBUG_H
7 #define _SUDO_DEBUG_H
9 +#include "missing.h"
10 #include <stdarg.h>