Mercurial > emacs
diff lib-src/emacsclient.c @ 1031:2b11e85880d3
entered into RCS
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 22 Aug 1992 07:10:23 +0000 |
| parents | fc1f790220a4 |
| children | e10f7473d2e3 |
line wrap: on
line diff
--- a/lib-src/emacsclient.c Sat Aug 22 02:53:24 1992 +0000 +++ b/lib-src/emacsclient.c Sat Aug 22 07:10:23 1992 +0000 @@ -212,7 +212,7 @@ strcat (buf, "/.emacs_server"); creat (buf, 0600); key = ftok (buf, 1); /* unlikely to be anyone else using it */ - s = msgget (key, 0600); + s = msgget (key, 0600 | IPC_CREAT); if (s == -1) { fprintf (stderr, "%s: ", argv[0]);
