]> git.ipfire.org Git - thirdparty/rng-tools.git/commit - rngd_linux.h
rngd_linux: Fix () used in prototype
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 30 Jul 2012 21:26:45 +0000 (14:26 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 31 Jul 2012 19:30:25 +0000 (15:30 -0400)
commit593a93021566a41546b433bbb5d4eb66302c5eb3
treeeea31aa0987890a61d9c7578339ce25a2d709243
parent2a01453686f065ac95916fe49a02407914e05dd4
rngd_linux: Fix () used in prototype

() is an acceptable prototype in C++, but C requires (void).

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
rngd_linux.c
rngd_linux.h