1
0
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:
Dan Nicolaescu 2011-06-01 10:15:27 -07:00
parent fb5b2591a6
commit fe91f5a091
2 changed files with 5 additions and 1 deletions

View File

@ -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'.

View File

@ -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;