diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsclient.c | 2 | ||||
| -rw-r--r-- | lib-src/movemail.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index aab9c4b62f5..7792d0a2c74 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -1195,7 +1195,7 @@ set_local_socket (const char *local_socket_name) | |||
| 1195 | int use_tmpdir = 0; | 1195 | int use_tmpdir = 0; |
| 1196 | int saved_errno; | 1196 | int saved_errno; |
| 1197 | const char *server_name = local_socket_name; | 1197 | const char *server_name = local_socket_name; |
| 1198 | const char *tmpdir IF_LINT ( = NULL); | 1198 | const char *tmpdir; |
| 1199 | char *tmpdir_storage = NULL; | 1199 | char *tmpdir_storage = NULL; |
| 1200 | char *socket_name_storage = NULL; | 1200 | char *socket_name_storage = NULL; |
| 1201 | 1201 | ||
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 90e683ed855..45779dae5c2 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -338,7 +338,7 @@ main (int argc, char **argv) | |||
| 338 | int lockcount = 0; | 338 | int lockcount = 0; |
| 339 | int status = 0; | 339 | int status = 0; |
| 340 | #if defined (MAIL_USE_MAILLOCK) && defined (HAVE_TOUCHLOCK) | 340 | #if defined (MAIL_USE_MAILLOCK) && defined (HAVE_TOUCHLOCK) |
| 341 | time_t touched_lock IF_LINT (= 0); | 341 | time_t touched_lock; |
| 342 | #endif | 342 | #endif |
| 343 | 343 | ||
| 344 | if (setuid (getuid ()) < 0 || setregid (-1, real_gid) < 0) | 344 | if (setuid (getuid ()) < 0 || setregid (-1, real_gid) < 0) |