X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsystem%2FRandomMlcgC.nc;h=3e6a3f411917a6dcebca3564464f247642e32800;hb=738579ccc0bce339be74aad761c7286258433e93;hp=25a2b6c06c8fc3846bc980a0b427719509858a58;hpb=13c73bf42093ddc8150285e86ec99ae5b28829a9;p=tinyos-2.x.git diff --git a/tos/system/RandomMlcgC.nc b/tos/system/RandomMlcgC.nc index 25a2b6c0..3e6a3f41 100644 --- a/tos/system/RandomMlcgC.nc +++ b/tos/system/RandomMlcgC.nc @@ -31,7 +31,7 @@ * @date March 1 2005 */ -module RandomMlcgC { +module RandomMlcgC @safe() { provides interface Init; provides interface ParameterInit as SeedInit; provides interface Random;