diff options
| author | Michael Biebl <biebl@debian.org> | 2018-10-20 01:30:31 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-10-20 01:30:31 +0200 |
| commit | 6518e361171f64bcaaa4bf868139362ed95cc2e0 (patch) | |
| tree | d2d5b53faf80646a40ec2c0c7f2a42b3959612f5 /src/main-utils.c | |
| parent | e126f3e804c35480c4f075777430419d6ece23da (diff) | |
New upstream version 1.14.2 upstream/1.14.2
Diffstat (limited to 'src/main-utils.c')
| -rw-r--r-- | src/main-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main-utils.c b/src/main-utils.c index 0f790536..a597ede7 100644 --- a/src/main-utils.c +++ b/src/main-utils.c @@ -177,7 +177,7 @@ nm_main_utils_ensure_not_running_pidfile (const char *pidfile) gs_free char *contents = NULL; gs_free char *proc_cmdline = NULL; gsize len = 0; - glong pid; + long pid; const char *process_name; const char *prgname = g_get_prgname (); |