diff options
| author | Richard M. Stallman | 1998-10-10 21:20:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-10-10 21:20:48 +0000 |
| commit | 0169bb47b21617c550edc93901fe34775ef2d214 (patch) | |
| tree | fb59af90ae53392bd93fa41d2aca6a8c0def8717 /lib-src | |
| parent | 5fb29af43c1c5e7941645b97542a90ae5df18ebf (diff) | |
| download | emacs-0169bb47b21617c550edc93901fe34775ef2d214.tar.gz emacs-0169bb47b21617c550edc93901fe34775ef2d214.zip | |
Whitespace change.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsserver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c index ba3fa08476e..00bf923bf52 100644 --- a/lib-src/emacsserver.c +++ b/lib-src/emacsserver.c | |||
| @@ -251,8 +251,8 @@ main (argc, argv) | |||
| 251 | server.sun_family = AF_UNIX; | 251 | server.sun_family = AF_UNIX; |
| 252 | #ifndef SERVER_HOME_DIR | 252 | #ifndef SERVER_HOME_DIR |
| 253 | gethostname (system_name, sizeof (system_name)); | 253 | gethostname (system_name, sizeof (system_name)); |
| 254 | /* system_name must be null-terminated string */ | 254 | /* system_name must be null-terminated string */ |
| 255 | system_name[sizeof (system_name) - 1] = '\0'; | 255 | system_name[sizeof (system_name) - 1] = '\0'; |
| 256 | sprintf (server.sun_path, "/tmp/esrv%d-%s", geteuid (), system_name); | 256 | sprintf (server.sun_path, "/tmp/esrv%d-%s", geteuid (), system_name); |
| 257 | 257 | ||
| 258 | if (unlink (server.sun_path) == -1 && errno != ENOENT) | 258 | if (unlink (server.sun_path) == -1 && errno != ENOENT) |