diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-10 22:58:48 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-10 22:58:51 +0200 |
commit | 9d69ef256acf195de064859a65aa033fcf06295d (patch) | |
tree | 5cee2e1bc8eb89521603d0135e51fb4f98f94a54 /src/ramps.c | |
parent | Fix warnings (and two errors) (diff) | |
download | coopgammad-9d69ef256acf195de064859a65aa033fcf06295d.tar.gz coopgammad-9d69ef256acf195de064859a65aa033fcf06295d.tar.bz2 coopgammad-9d69ef256acf195de064859a65aa033fcf06295d.tar.xz |
Get the pathname of the socket
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | src/ramps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ramps.c b/src/ramps.c index 2c24b52..0bd2b78 100644 --- a/src/ramps.c +++ b/src/ramps.c @@ -26,7 +26,7 @@ /** * The name of the process */ -extern char* argv0; +extern const char* argv0; |