* 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
|
@ -1,3 +1,7 @@
|
|||
2011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* emacsclient.c (socket_status): Use constant pointer.
|
||||
|
||||
2011-05-28 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Use 'inline', not 'INLINE'.
|
||||
|
|
|
@ -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
Reference in a new issue