X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=ipc.c;h=c55554c5d3fd815cd09c045a94f7b72d5bd5db85;hp=f0a8341de57f0a7db4c25ef2944e70b8d04c33ee;hb=5235e61583d358c177955c1da642e7c49e527acc;hpb=01af36ee3cd794f4332c4898828a31aafe0a939f;ds=sidebyside diff --git a/ipc.c b/ipc.c index f0a8341..c55554c 100644 --- a/ipc.c +++ b/ipc.c @@ -228,7 +228,7 @@ error: return ret; } -static inline int get_key_or_die(char *config_file) +static int get_key_or_die(const char *config_file) { int ret; struct stat statbuf;