* lib-src/emacsclient.c (socket_status): Use constant pointer.
This commit is contained in:
parent
fb5b2591a6
commit
fe91f5a091
2 changed files with 5 additions and 1 deletions
|
@ -1098,7 +1098,7 @@ find_tty (const char **tty_type, const char **tty_name, int noabort)
|
|||
0 - success: none of the above */
|
||||
|
||||
static int
|
||||
socket_status (char *name)
|
||||
socket_status (const char *name)
|
||||
{
|
||||
struct stat statbfr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue