* rndlinux.c: Removed HAVE_LINUX_RANDOM_H conditional because it

was never used and the configure test did set the wrong macro
anyway.
This commit is contained in:
Werner Koch 2002-06-29 20:46:43 +00:00
parent bc46bac1ad
commit db1e07ba0a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2002-06-29 Werner Koch <wk@gnupg.org>
* rndlinux.c: Removed HAVE_LINUX_RANDOM_H conditional because it
was never used and the configure test did set the wrong macro
anyway.
2002-05-07 Stefan Bellon <sbellon@sbellon.de>
* md.c (md_start_debug): Use EXTSEP_S instead of ".".

View File

@ -34,11 +34,9 @@
#include <unistd.h>
#include <fcntl.h>
#if 0
#ifdef HAVE_LINUX_RANDOM_H
#include <sys/ioctl.h>
#include <asm/types.h>
#include <linux/random.h>
#endif
#endif
#include "types.h"
#include "util.h"