From 6ab1f7a09ea60217a2c27f860f32ac2fb0df8c28 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 20 Mar 2009 19:02:44 +0000 Subject: 20090320-1902 --- CHANGES | 1 + tools/odbc/odbc.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2ef33bd8..ee11db86 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,7 @@ emu/port/win-x11a.c: unintuitively use xdisplay not xkbdcon to send to kbdproc (with big stack) to change cursor (the big stack is needed because XCreateBitmapFromData and XPutImage pass control to theme-related code that uses lots of stack space) use uname not aname for user name in libstyx and set aname to "" by default + make odbc's new file have mode 666 so others can open it 20090222 appl/cmd/ndb/registry.b and dis/registry.dis - implement flush for event file (issue 162) 20090217 diff --git a/tools/odbc/odbc.c b/tools/odbc/odbc.c index f08a4f4f..6435ea88 100755 --- a/tools/odbc/odbc.c +++ b/tools/odbc/odbc.c @@ -1136,7 +1136,7 @@ main(int argc, char *argv[]) styxinit(&s, &ops, netport, -1, 1); styxaddfile(&s, Qroot, Qnclients, "nclients", 0444, inferno); styxadddir(&s, Qroot, Qprotodir, "db", 0555, inferno); - styxaddfile(&s, Qprotodir, Qclonus, "new", 0660, inferno); + styxaddfile(&s, Qprotodir, Qclonus, "new", 0666, inferno); newproto("db", 100); for (;;) { styxwait(&s); -- cgit v1.2.3