mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* 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:
parent
bc46bac1ad
commit
db1e07ba0a
@ -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>
|
2002-05-07 Stefan Bellon <sbellon@sbellon.de>
|
||||||
|
|
||||||
* md.c (md_start_debug): Use EXTSEP_S instead of ".".
|
* md.c (md_start_debug): Use EXTSEP_S instead of ".".
|
||||||
|
@ -34,11 +34,9 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#if 0
|
#if 0
|
||||||
#ifdef HAVE_LINUX_RANDOM_H
|
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <asm/types.h>
|
#include <asm/types.h>
|
||||||
#include <linux/random.h>
|
#include <linux/random.h>
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user