Merge "libsnapshot: Replace IByteSink usage in snapshot_reader."
diff --git a/gatekeeperd/main.cpp b/gatekeeperd/main.cpp
index a05584a..a01f9de 100644
--- a/gatekeeperd/main.cpp
+++ b/gatekeeperd/main.cpp
@@ -38,7 +38,7 @@
             android::String16("android.service.gatekeeper.IGateKeeperService"), proxy);
     if (ret != android::OK) {
         ALOGE("Couldn't register binder service!");
-        return -1;
+        return 1;
     }
 
     /*
@@ -46,5 +46,5 @@
      * Binder transaction as a single-threaded program.
      */
     android::IPCThreadState::self()->joinThreadPool();
-    return 0;
+    return 1;
 }
diff --git a/rootdir/ramdisk_node_list b/rootdir/ramdisk_node_list
index d3ab8a6..4f45faa 100644
--- a/rootdir/ramdisk_node_list
+++ b/rootdir/ramdisk_node_list
@@ -1,3 +1,4 @@
 dir dev 0755 0 0
 nod dev/null 0600 0 0 c 1 3
 nod dev/console 0600 0 0 c 5 1
+nod dev/urandom 0600 0 0 c 1 9