mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
entered into RCS
This commit is contained in:
parent
ce4c9c9080
commit
61a93162c6
@ -212,7 +212,7 @@ main (argc, argv)
|
||||
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]);
|
||||
|
Loading…
Reference in New Issue
Block a user