ObjFW  Diff

Differences From Artifact [f4d9610474]:

To Artifact [f3bed53382]:


239
240
241
242
243
244
245




246
247
248
249
250
251
252
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256







+
+
+
+







#else
	struct timeval t;
	gettimeofday(&t, NULL);
	srand((unsigned)(t.tv_sec ^ t.tv_usec));
	of_hash_seed = (uint32_t)((rand() << 16) | (rand() & 0xFFFF));
#endif
}

+ (void)unload
{
}

+ (void)initialize
{
}

+ alloc
{