repo.or.cz
/
unleashed-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump xkbcomp to 1.3.1
[unleashed-userland.git]
/
components
/
sudo
/
patches
/
sudo_debug.patch
blob
b7bca349a3b214fa78b4597b598ba356250fb32e
1
Solaris needs missing definition for __printflike
2
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
8
9
+#include "missing.h"
10
#include <stdarg.h>
11
12
/*