diff options
| author | Karoly Lorentey | 2004-01-05 05:58:50 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-01-05 05:58:50 +0000 |
| commit | 0221d2bfcbc9a3571fdbfbf3d8ad464aae4ffd24 (patch) | |
| tree | 7a66b701aaab5c7f676880174d5a2d4720871f87 /lib-src/emacsclient.c | |
| parent | 428a555ec5d5736a3eede739e9b42bd9d33b4364 (diff) | |
| parent | 17b337762fe7df77aa8a6dfcea0109a267bea83d (diff) | |
| download | emacs-0221d2bfcbc9a3571fdbfbf3d8ad464aae4ffd24.tar.gz emacs-0221d2bfcbc9a3571fdbfbf3d8ad464aae4ffd24.zip | |
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-17
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-18
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-45
Diffstat (limited to 'lib-src/emacsclient.c')
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index f45ca56c0d3..d737b2a11eb 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -470,7 +470,7 @@ main (argc, argv) | |||
| 470 | if (pw && (pw->pw_uid != geteuid ())) | 470 | if (pw && (pw->pw_uid != geteuid ())) |
| 471 | { | 471 | { |
| 472 | /* We're running under su, apparently. */ | 472 | /* We're running under su, apparently. */ |
| 473 | sprintf (server.sun_path, "/tmp/esrv%d-%s", | 473 | sprintf (server.sun_path, "/tmp/emacs%d-%s/server", |
| 474 | (int) pw->pw_uid, system_name); | 474 | (int) pw->pw_uid, system_name); |
| 475 | sock_status = socket_status (server.sun_path); | 475 | sock_status = socket_status (server.sun_path); |
| 476 | oerrno = errno; | 476 | oerrno = errno; |