1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Remove file added by mistake to the wrong port.

Pointyhat to:	itetcu@
This commit is contained in:
Ion-Mihai Tetcu 2010-01-12 20:55:01 +00:00
parent 1fb53a7abd
commit da81ee1be7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247731

View File

@ -1,27 +0,0 @@
*** compat/bsd/stdlib/arc4random.h.orig Sun Nov 29 00:02:28 2009
--- compat/bsd/stdlib/arc4random.h Mon Nov 30 15:22:29 2009
***************
*** 379,389 ****
#ifndef HAVE_ARC4RANDOM_BUF
! #if defined __OpenBSD__
! #include <sys/param.h> /* OpenBSD */
! #if OpenBSD >= 200811
#define HAVE_ARC4RANDOM_BUF 1
#else
#define HAVE_ARC4RANDOM_BUF 0
--- 379,389 ----
#ifndef HAVE_ARC4RANDOM_BUF
! #if defined __OpenBSD__ || defined __FreeBSD__
! #include <sys/param.h> /* OpenBSD, FreeBSD */
! #if OpenBSD >= 200811 || __FreeBSD_version >= 800107
#define HAVE_ARC4RANDOM_BUF 1
#else
#define HAVE_ARC4RANDOM_BUF 0