blob: f260ec264e70d64a56968e9fd9516ba1050eaa86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.3 2006/03/23 00:06:52 joerg Exp $
--- src/nemesis-functions.c.orig 2006-03-23 00:00:16.000000000 +0000
+++ src/nemesis-functions.c
@@ -428,7 +428,6 @@ char *nemesis_lookup_linktype(int linkty
int nemesis_seedrand(void)
{
#if !defined(WIN32)
- extern int errno;
struct timeval tv;
if (gettimeofday(&tv, NULL) == -1)
|