diff -r 74853e018898 -r ed15eef57d5c lib/master.c --- a/lib/master.c Mon Nov 17 15:04:28 2008 +0000 +++ b/lib/master.c Mon Nov 17 17:18:02 2008 +0000 @@ -111,7 +111,7 @@ &master->process_data_size) == -1) { fprintf(stderr, "Failed to activate master: %s\n", strerror(errno)); - return -1; + return -1; // FIXME } if (master->process_data_size) { @@ -121,7 +121,7 @@ fprintf(stderr, "Failed to map process data: %s", strerror(errno)); master->process_data = NULL; master->process_data_size = 0; - return -1; + return -1; // FIXME } // Access the mapped region to cause the initial page fault