blob: 8a1c1180f87c490256226d105ff197ab1d659f8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ad,v 1.2 2019/11/16 10:14:15 mef Exp $
date: 2005-11-11 01:31:25 +0900; author: joerg; state: Exp;
Depend on errno.h for errno.
--- rand.c.orig 2005-11-10 16:13:03.000000000 +0000
+++ rand.c
@@ -35,7 +35,7 @@
#include "rand.h"
extern char *argvzero;
-extern int errno, exit_code;
+extern int exit_code;
extern struct opt_s options;
int entropyfd;
|