1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

entered into RCS

This commit is contained in:
Richard M. Stallman 1992-08-22 07:10:23 +00:00
parent ce4c9c9080
commit 61a93162c6

View File

@ -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]);