$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;
