mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
* lib-src/emacsclient.c (socket_status): Use constant pointer.
This commit is contained in:
parent
fb5b2591a6
commit
fe91f5a091
@ -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…
Reference in New Issue
Block a user