projects
/
packages
/
apache-mod_proctitle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d63b657
)
- dlfcn.h for dlsym
author
Arkadiusz Miśkiewicz
<arekm@maven.pl>
Mon, 7 Jul 2008 08:59:32 +0000
(08:59 +0000)
committer
cvs2git
<feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000
(12:13 +0000)
Changed files:
mod_proctitle.c -> 1.2
mod_proctitle.c
patch
|
blob
|
blame
|
history
diff --git
a/mod_proctitle.c
b/mod_proctitle.c
index
61585b3
..
06284c0
100644
(file)
--- a/
mod_proctitle.c
+++ b/
mod_proctitle.c
@@
-15,6
+15,8
@@
#include "apr_strings.h"
#include "apr_lib.h"
+#include <dlfcn.h>
+
#define MAXTITLE 1024
static char *title_progname_full;
This page took
0.445554 seconds
and
4
git commands to generate.