pkgsrc/net/nemesis/patches/patch-aa
2006-03-22 23:56:38 +00:00

12 lines
356 B
Text

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