Remove initialization of static or global values to zero, throughout. This
just needlessly grows the size of the DLL. * tty.cc (tty::alive): Make inuse handle non-inheriting on open, just for thread safety.
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
#define ENTROPY_SOURCE_NAME "/dev/urandom"
|
||||
#define ENTROPY_SOURCE_DEV_UNIT 9
|
||||
|
||||
fhandler_dev_random* entropy_source = NULL;
|
||||
fhandler_dev_random* entropy_source;
|
||||
|
||||
/**********************************************************************/
|
||||
/* fhandler_socket */
|
||||
|
Reference in New Issue
Block a user