From 61a93162c65890ab7fb9de8a9d4cd1d09a0a0242 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 22 Aug 1992 07:10:23 +0000 Subject: [PATCH] entered into RCS --- lib-src/emacsclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 5f1a41a502d..e3c63b6abb0 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -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]);