Kernel - Defaulted FRandom 'DataAvaliable' to 1
authorJohn Hodge (sonata) <[email protected]>
Wed, 15 May 2013 02:21:49 +0000 (10:21 +0800)
committerJohn Hodge (sonata) <[email protected]>
Wed, 15 May 2013 02:21:49 +0000 (10:21 +0800)
KernelLand/Kernel/drv/zero-one.c

index fd14ed1..e7d3892 100644 (file)
@@ -75,7 +75,8 @@ tDevFS_Driver gCoreDevs_FRandom = {
        {
        .Size = 0, .NumACLs = 1,
        .ACLs = &gVFS_ACL_EveryoneRW,
-       .Type = &gCoreDevs_NT_FRandom
+       .Type = &gCoreDevs_NT_FRandom,
+       .DataAvaliable = 1
        }
 };
 tDevFS_Driver  gCoreDevs_GRandom = {
@@ -83,7 +84,8 @@ tDevFS_Driver gCoreDevs_GRandom = {
        {
        .Size = 0, .NumACLs = 1,
        .ACLs = &gVFS_ACL_EveryoneRW,
-       .Type = &gCoreDevs_NT_GRandom
+       .Type = &gCoreDevs_NT_GRandom,
+       .DataAvaliable = 1
        }
 };
 

UCC git Repository :: git.ucc.asn.au