projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
952dfce
)
unixsock plugin: constify
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 4 Mar 2016 22:56:12 +0000
(23:56 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Fri, 4 Mar 2016 22:56:12 +0000
(23:56 +0100)
src/unixsock.c
patch
|
blob
|
history
diff --git
a/src/unixsock.c
b/src/unixsock.c
index
54a1e20
..
795f7ab
100644
(file)
--- a/
src/unixsock.c
+++ b/
src/unixsock.c
@@
-151,7
+151,7
@@
static int us_open_socket (void)
do
{
- char *grpname;
+ c
onst c
har *grpname;
struct group *g;
struct group sg;
char grbuf[2048];