# HG changeset patch # User Matt Johnston # Date 1363693649 -28800 # Node ID 48e173a0c52b49aab58328c471ed8f74cd6525fb # Parent 20dafc77322ee599a6203ee75de703ca69a2a426 Include /proc/vmstat as another random source diff -r 20dafc77322e -r 48e173a0c52b random.c --- a/random.c Tue Mar 19 19:43:47 2013 +0800 +++ b/random.c Tue Mar 19 19:47:29 2013 +0800 @@ -211,6 +211,7 @@ process_file(&hs, "/proc/net/tcp", 0, 0); /* Also includes interface lo */ process_file(&hs, "/proc/net/rt_cache", 0, 0); + process_file(&hs, "/proc/vmstat", 0, 0); #endif pid = getpid();