--- libeio/demo.c 2010/03/20 18:18:50 1.3 +++ libeio/demo.c 2010/11/29 12:38:32 1.4 @@ -143,7 +143,7 @@ eio_futime (last_fd, 92345.678, 93456.789, 0, res_cb, "futime"); eio_chown ("eio-test-dir", getuid (), getgid (), 0, res_cb, "chown"); eio_fchown (last_fd, getuid (), getgid (), 0, res_cb, "fchown"); - eio_fchmod (last_fd, 0123, 0, res_cb, "fchmod"); + eio_fchmod (last_fd, 0723, 0, res_cb, "fchmod"); eio_readdir ("eio-test-dir", 0, 0, readdir_cb, "readdir"); eio_readdir ("/nonexistant", 0, 0, readdir_cb, "readdir"); eio_fstat (last_fd, 0, stat_cb, "stat");