/[emacs]/emacs/lib-src/emacsclient.c
ViewVC logotype

Diff of /emacs/lib-src/emacsclient.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.57 by lektu, Wed Mar 12 21:36:29 2003 UTC revision 1.58 by monnier, Sat Apr 12 19:03:08 2003 UTC
# Line 347  main (argc, argv) Line 347  main (argc, argv)
347    {    {
348      int sock_status = 0;      int sock_status = 0;
349    
350      sprintf (server.sun_path, "/tmp/esrv%d-%s", (int) geteuid (), system_name);      sprintf (server.sun_path, "/tmp/emacs%d-%s/server", (int) geteuid (), system_name);
351    
352      /* See if the socket exists, and if it's owned by us. */      /* See if the socket exists, and if it's owned by us. */
353      sock_status = socket_status (server.sun_path);      sock_status = socket_status (server.sun_path);

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26